mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
More and more tests
This commit is contained in:
parent
5d7e3ce2b4
commit
6b09b514ea
2 changed files with 6 additions and 6 deletions
|
@ -20,6 +20,6 @@ RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
|
|||
END:STANDARD
|
||||
END:VTIMEZONE
|
||||
BEGIN:VTODO
|
||||
DUE;TZID=Europe/Paris:20130903T180000
|
||||
DUE;TZID=Europe/Paris:20130901T180000
|
||||
END:VTODO
|
||||
END:VCALENDAR
|
||||
|
|
|
@ -384,7 +384,7 @@ class BaseRequests:
|
|||
assert "href>/calendar.ics/todo5.ics</" in answer
|
||||
assert "href>/calendar.ics/todo6.ics</" in answer
|
||||
assert "href>/calendar.ics/todo7.ics</" in answer
|
||||
assert "href>/calendar.ics/todo8.ics</" in answer
|
||||
|
||||
|
||||
answer = self._test_filter(["""
|
||||
<C:comp-filter name="VCALENDAR">
|
||||
|
@ -396,10 +396,10 @@ class BaseRequests:
|
|||
assert "href>/calendar.ics/todo2.ics</" in answer
|
||||
assert "href>/calendar.ics/todo3.ics</" in answer
|
||||
assert "href>/calendar.ics/todo4.ics</" not in answer
|
||||
#~ assert "href>/calendar.ics/todo5.ics</" not in answer
|
||||
#~ assert "href>/calendar.ics/todo6.ics</" not in answer
|
||||
#~ assert "href>/calendar.ics/todo7.ics</" not in answer
|
||||
#~ assert "href>/calendar.ics/todo8.ics</" in answer
|
||||
assert "href>/calendar.ics/todo5.ics</" not in answer
|
||||
assert "href>/calendar.ics/todo6.ics</" not in answer
|
||||
assert "href>/calendar.ics/todo7.ics</" not in answer
|
||||
|
||||
|
||||
answer = self._test_filter(["""
|
||||
<C:comp-filter name="VCALENDAR">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue