1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-31 19:50:55 +00:00

Remove some hacks for bugs fixed in VObject 0.9.5

This commit is contained in:
Unrud 2017-07-01 00:10:56 +02:00
parent b25fcfcf10
commit 69086c6d70
2 changed files with 3 additions and 7 deletions

View file

@ -560,9 +560,7 @@ class BaseRequestsMixIn:
</C:comp-filter>
</C:comp-filter>"""], items=7)
assert "href>/calendar.ics/event6.ics</" not in answer
# HACK: VObject doesn't understand recurrence rules of event7.ics,
# it's always included.
# assert "href>/calendar.ics/event7.ics</" not in answer
assert "href>/calendar.ics/event7.ics</" not in answer
def test_time_range_filter_events_rrule(self):
"""Report request with time-range filter on events with rrules."""