[CalendarServer-changes] [2856] CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/ schedulepost.xml

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 24 20:44:13 PDT 2008


Revision: 2856
          http://trac.macosforge.org/projects/calendarserver/changeset/2856
Author:   cdaboo at apple.com
Date:     2008-08-24 20:44:13 -0700 (Sun, 24 Aug 2008)
Log Message:
-----------
Fix for implicit scheduling.

Modified Paths:
--------------
    CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepost.xml

Modified: CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepost.xml
===================================================================
--- CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepost.xml	2008-08-25 03:43:42 UTC (rev 2855)
+++ CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepost.xml	2008-08-25 03:44:13 UTC (rev 2856)
@@ -24,6 +24,30 @@
 	<description>Test POST method in CalDAV</description>
 
 	<start>
+		<request user="$userid1:" pswd="$pswd1:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix:/calendar/</ruri>
+		</request>
+		<request user="$userid1:" pswd="$pswd1:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix:/$inbox:/</ruri>
+		</request>
+		<request user="$userid2:" pswd="$pswd2:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix2:/calendar/</ruri>
+		</request>
+		<request user="$userid2:" pswd="$pswd2:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix2:/$inbox:/</ruri>
+		</request>
+		<request user="$userid3:" pswd="$pswd3:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix3:/calendar/</ruri>
+		</request>
+		<request user="$userid3:" pswd="$pswd3:">
+			<method>DELETEALL</method>
+			<ruri>$pathprefix3:/$inbox:/</ruri>
+		</request>
 		<request user="$userid2:" pswd="$pswd2:" end-delete="yes">
 			<method>PUT</method>
 			<ruri>$pathprefix2:/calendar/1.ics</ruri>
@@ -392,7 +416,7 @@
 				<verify>
 					<callback>dataString</callback>
 					<arg>
-						<name>contains</name>
+						<name>notcontains</name>
 						<value><![CDATA[<recipient-exists xmlns='urn:ietf:params:xml:ns:caldav'/>]]></value>
 					</arg>
 				</verify>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080824/def6291c/attachment.html 


More information about the calendarserver-changes mailing list