[CalendarServer-changes] [2285] CalDAVTester/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Fri Apr 4 13:42:33 PDT 2008
Revision: 2285
http://trac.macosforge.org/projects/calendarserver/changeset/2285
Author: cdaboo at apple.com
Date: 2008-04-04 13:42:32 -0700 (Fri, 04 Apr 2008)
Log Message:
-----------
Test logic for checking whether there is more than one master component in an iCalendar object.
Modified Paths:
--------------
CalDAVTester/trunk/scripts/tests/put.xml
Added Paths:
-----------
CalDAVTester/trunk/Resource/problemics/23.ics
Added: CalDAVTester/trunk/Resource/problemics/23.ics
===================================================================
--- CalDAVTester/trunk/Resource/problemics/23.ics (rev 0)
+++ CalDAVTester/trunk/Resource/problemics/23.ics 2008-04-04 20:42:32 UTC (rev 2285)
@@ -0,0 +1,39 @@
+BEGIN:VCALENDAR
+CALSCALE:GREGORIAN
+PRODID:-//Cyrusoft International\, Inc.//Mulberry v4.0//EN
+VERSION:2.0
+BEGIN:VTIMEZONE
+LAST-MODIFIED:20040110T032845Z
+TZID:US/Eastern
+BEGIN:DAYLIGHT
+DTSTART:20000404T020000
+RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4
+TZNAME:EDT
+TZOFFSETFROM:-0500
+TZOFFSETTO:-0400
+END:DAYLIGHT
+BEGIN:STANDARD
+DTSTART:20001026T020000
+RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
+TZNAME:EST
+TZOFFSETFROM:-0400
+TZOFFSETTO:-0500
+END:STANDARD
+END:VTIMEZONE
+BEGIN:VEVENT
+DTSTAMP:20051222T205953Z
+RECURRENCE-ID;TZID=US/Eastern:20060102T100000
+DTSTART;TZID=US/Eastern:20060101T100000
+DURATION:PT1H
+SUMMARY:event 2
+UID:54E181BC7CCC373042B28842-23 at ninevah.local
+END:VEVENT
+BEGIN:VEVENT
+DTSTAMP:20051222T205953Z
+DTSTART;TZID=US/Eastern:20060101T100000
+DURATION:PT1H
+RRULE:FREQ=DAILY;COUNT=10
+SUMMARY:event 1
+UID:54E181BC7CCC373042B28842-23 at ninevah.local
+END:VEVENT
+END:VCALENDAR
Modified: CalDAVTester/trunk/scripts/tests/put.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/put.xml 2008-04-04 20:33:14 UTC (rev 2284)
+++ CalDAVTester/trunk/scripts/tests/put.xml 2008-04-04 20:42:32 UTC (rev 2285)
@@ -329,6 +329,20 @@
</verify>
</request>
</test>
+ <test name='11' ignore='no'>
+ <description>RECURRENCE-ID component before master</description>
+ <request end-delete='yes'>
+ <method>PUT</method>
+ <ruri>11-23.ics</ruri>
+ <data>
+ <content-type>text/calendar; charset=utf-8</content-type>
+ <filepath>Resource/problemics/23.ics</filepath>
+ </data>
+ <verify>
+ <callback>statusCode</callback>
+ </verify>
+ </request>
+ </test>
</test-suite>
<test-suite name='Problem VTODOs - various combinations of date-time/date values'>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080404/e58caa35/attachment.html
More information about the calendarserver-changes
mailing list