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:
parent
b25fcfcf10
commit
69086c6d70
2 changed files with 3 additions and 7 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue