mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
parent
d1dbd1df54
commit
f9cabfb20b
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,9 @@ class BaseRequestsMixIn:
|
|||
</C:calendar-query>""" % filters_text)
|
||||
return answer
|
||||
|
||||
def test_calendar_empty_filter(self):
|
||||
self._test_filter([""])
|
||||
|
||||
def test_calendar_tag_filter(self):
|
||||
"""Report request with tag-based filter on calendar."""
|
||||
assert "href>/calendar.ics/event1.ics</" in self._test_filter(["""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue