mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
fix-issue-1635: add test case
This commit is contained in:
parent
873bf80131
commit
3232b34392
1 changed files with 6 additions and 0 deletions
|
@ -166,6 +166,12 @@ permissions: RrWw""")
|
||||||
event = get_file_content("event_mixed_datetime_and_date.ics")
|
event = get_file_content("event_mixed_datetime_and_date.ics")
|
||||||
self.put("/calendar.ics/event.ics", event)
|
self.put("/calendar.ics/event.ics", event)
|
||||||
|
|
||||||
|
def test_add_event_with_exdate_without_rrule(self) -> None:
|
||||||
|
"""Test event with EXDATE but not having RRULE."""
|
||||||
|
self.mkcalendar("/calendar.ics/")
|
||||||
|
event = get_file_content("event_exdate_without_rrule.ics")
|
||||||
|
self.put("/calendar.ics/event.ics", event)
|
||||||
|
|
||||||
def test_add_todo(self) -> None:
|
def test_add_todo(self) -> None:
|
||||||
"""Add a todo."""
|
"""Add a todo."""
|
||||||
self.mkcalendar("/calendar.ics/")
|
self.mkcalendar("/calendar.ics/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue