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

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 25 08:08:51 PDT 2008


Revision: 2859
          http://trac.macosforge.org/projects/calendarserver/changeset/2859
Author:   cdaboo at apple.com
Date:     2008-08-25 08:08:50 -0700 (Mon, 25 Aug 2008)
Log Message:
-----------
Fix for implicit scheduling.

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

Modified: CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepostnormal.xml
===================================================================
--- CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepostnormal.xml	2008-08-25 15:08:18 UTC (rev 2858)
+++ CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/tests/schedulepostnormal.xml	2008-08-25 15:08:50 UTC (rev 2859)
@@ -115,14 +115,9 @@
 				<verify>
 					<callback>propfindItems</callback>
 					<arg>
-						<name>ignore</name>
-						<value>$pathprefix2:/$inbox:/</value>
+						<name>count</name>
+						<value>1</value>
 					</arg>
-					<arg>
-						<name>okprops</name>
-						<value>urn:ietf:params:xml:ns:caldavoriginator$&lt;href xmlns="DAV:"&gt;$cuaddralt1:&lt;/href&gt;</value>
-						<value>urn:ietf:params:xml:ns:caldavrecipient$&lt;href xmlns="DAV:"&gt;$cuaddralt2:&lt;/href&gt;</value>
-					</arg>
 				</verify>
 			</request>
 		</test>
@@ -142,39 +137,12 @@
 				<verify>
 					<callback>propfindItems</callback>
 					<arg>
-						<name>ignore</name>
-						<value>$pathprefix3:/$inbox:/</value>
+						<name>count</name>
+						<value>1</value>
 					</arg>
-					<arg>
-						<name>okprops</name>
-						<value>urn:ietf:params:xml:ns:caldavoriginator$&lt;href xmlns="DAV:"&gt;$cuaddralt1:&lt;/href&gt;</value>
-						<value>urn:ietf:params:xml:ns:caldavrecipient$&lt;href xmlns="DAV:"&gt;$cuaddralt3:&lt;/href&gt;</value>
-					</arg>
 				</verify>
 			</request>
 		</test>
-		<test name='5'>
-			<description>REPLY from one</description>
-			<request user="$userid2:" pswd="$pswd2:" print-response='no'>
-				<method>POST</method>
-				<header>
-					<name>Originator</name>
-					<value>$cuaddralt2:</value>
-				</header>
-				<header>
-					<name>Recipient</name>
-					<value>$cuaddralt3:</value>
-				</header>
-				<ruri>$pathprefix2:/outbox/</ruri>
-				<data>
-					<content-type>text/calendar; charset=utf-8</content-type>
-					<filepath>Resource/schedulenormal/4.ics</filepath>
-				</data>
-				<verify>
-					<callback>statusCode</callback>
-				</verify>
-			</request>
-		</test>
 	</test-suite>
 	
 	<end/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080825/ce42ff19/attachment.html 


More information about the calendarserver-changes mailing list