cyrusimap / cassandane

Other
6 stars 11 forks source link

Caldav.pm: add test_sched_busytime_query #143

Closed ksmurchison closed 2 years ago

ksmurchison commented 2 years ago

This tests a busytime query via a POST to Outbox.

This also tests case-insensitive check of "mailto" in CUAs when PUTting a scheduling resource

elliefm commented 2 years ago

Travis thinks this test fails for 3.2, though it's marked as :min_version_3_0. I haven't looked closely yet but will sooner or later.

In the meantime, off the top of your head, do you think it's found a bug in 3.2? Or is the ":min_version_3_0" a typo?

ksmurchison commented 2 years ago

The min_3_0 is there because I started with a copy of another test and gave it no thought. That said, I would think this test should be compatible with 3.2

elliefm commented 2 years ago

Thanks, I'll do some investigation later and either bump the min version or backport a fix or something, depending on what I find