[CalendarServer-changes] [3029] CalDAVTester/trunk/scripts/tests/implicitscenario1.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 19 07:54:20 PDT 2008


Revision: 3029
          http://trac.macosforge.org/projects/calendarserver/changeset/3029
Author:   cdaboo at apple.com
Date:     2008-09-19 07:54:20 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
Test to make sure date-time, recurrence related properties are included in the REPLY to give clients more
context on what the reply/cancel is about.

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

Modified: CalDAVTester/trunk/scripts/tests/implicitscenario1.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/implicitscenario1.xml	2008-09-19 14:50:18 UTC (rev 3028)
+++ CalDAVTester/trunk/scripts/tests/implicitscenario1.xml	2008-09-19 14:54:20 UTC (rev 3029)
@@ -162,6 +162,18 @@
 					</arg>
 				</verify>
 			</request>
+			<request print-response='no'>
+				<method>GETNEW</method>
+				<ruri>$pathprefix:/$inbox:/</ruri>
+				<verify>
+					<callback>dataString</callback>
+					<arg>
+						<name>contains</name>
+						<value>DTSTART;TZID</value>
+						<value>DURATION</value>
+					</arg>
+				</verify>
+			</request>
 		</test>
 		<test name='8'>
 			<description>Organizer data changed</description>
@@ -603,6 +615,11 @@
 						<value>SCHEDULE-STATUS</value>
 						<value>SCHEDULE-AGENT</value>
 					</arg>
+					<arg>
+						<name>contains</name>
+						<value>DTSTART;TZID</value>
+						<value>DURATION</value>
+					</arg>
 				</verify>
 			</request>
 		</test>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080919/b835f1f7/attachment-0001.html 


More information about the calendarserver-changes mailing list