[CalendarServer-changes] [3557] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 19 11:09:53 PST 2008


Revision: 3557
          http://trac.macosforge.org/projects/calendarserver/changeset/3557
Author:   cdaboo at apple.com
Date:     2008-12-19 11:09:53 -0800 (Fri, 19 Dec 2008)
Log Message:
-----------
Test for handling case of floating time DTSTART and UTC UNTIL.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/floating.xml

Added Paths:
-----------
    CalDAVTester/trunk/Resource/floating/7.ics

Added: CalDAVTester/trunk/Resource/floating/7.ics
===================================================================
--- CalDAVTester/trunk/Resource/floating/7.ics	                        (rev 0)
+++ CalDAVTester/trunk/Resource/floating/7.ics	2008-12-19 19:09:53 UTC (rev 3557)
@@ -0,0 +1,16 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//Example Inc.//Example Calendar//EN
+CALSCALE:GREGORIAN
+BEGIN:VEVENT
+SEQUENCE:5
+TRANSP:OPAQUE
+UID:0C06C15F-5F06-4DEF-8902-242426BE61D0
+DTSTART:20080902T090000
+DTSTAMP:20080902T203821Z
+SUMMARY:New Event
+CREATED:20080902T203804Z
+DTEND:20080902T100000
+RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20080905T235959Z
+END:VEVENT
+END:VCALENDAR

Modified: CalDAVTester/trunk/scripts/tests/floating.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/floating.xml	2008-12-19 19:06:19 UTC (rev 3556)
+++ CalDAVTester/trunk/scripts/tests/floating.xml	2008-12-19 19:09:53 UTC (rev 3557)
@@ -524,6 +524,23 @@
 		</test>
 	</test-suite>
 	
+	<test-suite name='Floating DTSTART with RRULE:UNTIL' ignore='no'>
+		<test name='1'>
+			<description>Store resource</description>
+			<request print-response='no' end-delete="yes">
+				<method>PUT</method>
+				<ruri>$calendarpath1:/7.ics</ruri>
+				<data>
+					<content-type>text/calendar; charset=utf-8</content-type>
+					<filepath>Resource/floating/7.ics</filepath>
+				</data>
+				<verify>
+					<callback>statusCode</callback>
+				</verify>
+			</request>
+		</test>
+	</test-suite>
+
 	<end/>
 	
 </caldavtest>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081219/d6fab867/attachment-0001.html>


More information about the calendarserver-changes mailing list