[CalendarServer-changes] [12784] CalendarServer/trunk/txdav/caldav/datastore/scheduling/test/ test_icalsplitter.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 3 09:21:52 PST 2014


Revision: 12784
          http://trac.calendarserver.org//changeset/12784
Author:   cdaboo at apple.com
Date:     2014-03-03 09:21:52 -0800 (Mon, 03 Mar 2014)
Log Message:
-----------
Add another test for fixed splitter bug.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/scheduling/test/test_icalsplitter.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/test/test_icalsplitter.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/test/test_icalsplitter.py	2014-03-02 19:00:05 UTC (rev 12783)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/test/test_icalsplitter.py	2014-03-03 17:21:52 UTC (rev 12784)
@@ -210,9 +210,29 @@
 END:VEVENT
 END:VCALENDAR
 """,
-                False,
+               False,
             ),
             (
+                "#2.4 Small, all cancelled, simple recurring component",
+                """BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN
+BEGIN:VEVENT
+UID:12345-67890
+DTSTART:%(now_back30)s
+DURATION:PT1H
+ORGANIZER:mailto:user1 at example.com
+ATTENDEE:mailto:user1 at example.com
+ATTENDEE:mailto:user2 at example.com
+EXDATE:%(now_back30)s
+EXDATE:%(now_back29)s
+RRULE:FREQ=DAILY;COUNT=2
+END:VEVENT
+END:VCALENDAR
+""",
+                 False,
+            ),
+            (
                 "#3.1 Small, old, recurring with future override",
                 """BEGIN:VCALENDAR
 VERSION:2.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140303/dd1af90e/attachment.html>


More information about the calendarserver-changes mailing list