[CalendarServer-changes] [1372] CalDAVTester/trunk/performance/schedule-freebusy/schedule-small.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 13 18:45:00 PDT 2007


Revision: 1372
          http://trac.macosforge.org/projects/calendarserver/changeset/1372
Author:   cdaboo at apple.com
Date:     2007-03-13 18:45:00 -0700 (Tue, 13 Mar 2007)

Log Message:
-----------
Fix this to do free-busy query checks.

Modified Paths:
--------------
    CalDAVTester/trunk/performance/schedule-freebusy/schedule-small.xml

Modified: CalDAVTester/trunk/performance/schedule-freebusy/schedule-small.xml
===================================================================
--- CalDAVTester/trunk/performance/schedule-freebusy/schedule-small.xml	2007-03-14 01:42:51 UTC (rev 1371)
+++ CalDAVTester/trunk/performance/schedule-freebusy/schedule-small.xml	2007-03-14 01:45:00 UTC (rev 1372)
@@ -49,10 +49,10 @@
 	</start>
 	
 	
-	<test-suite name='POST (invite)' ignore='no'>
+	<test-suite name='POST free-busy' ignore='no'>
 		<test name='1' count='10' stats='yes' ignore='no'>
 			<description>POST to Outbox of regular invite</description>
-			<request>
+			<request print-response="no">
 				<method>POST</method>
 				<header>
 					<name>Originator</name>
@@ -60,23 +60,16 @@
 				</header>
 				<header>
 					<name>Recipient</name>
-					<value>$principal2:, $principal3:</value>
+					<value>$principal2:</value>
 				</header>
 				<ruri>$pathprefix:/outbox/</ruri>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
-					<filepath>Resource/performance/schedule/1.ics</filepath>
+					<filepath>Resource/performance/schedule/4.ics</filepath>
 				</data>
 				<verify>
 					<callback>statusCode</callback>
 				</verify>
-				<verify>
-					<callback>header</callback>
-					<arg>
-						<name>header</name>
-						<value>Location$^$pathprefix:/outbox/[^/]+\.ics$</value>
-					</arg>
-				</verify>
 			</request>
 		</test>
 	</test-suite>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070313/c15d9be4/attachment.html


More information about the calendarserver-changes mailing list