[CalendarServer-changes] [5771] CalDAVTester/trunk/scripts/tests/CalDAV/errors-big-calendars.xml

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 17 10:39:51 PDT 2010


Revision: 5771
          http://trac.macosforge.org/projects/calendarserver/changeset/5771
Author:   cdaboo at apple.com
Date:     2010-06-17 10:39:47 -0700 (Thu, 17 Jun 2010)
Log Message:
-----------
Move large calendars to user9 account.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/errors-big-calendars.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/errors-big-calendars.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/errors-big-calendars.xml	2010-06-17 16:35:29 UTC (rev 5770)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/errors-big-calendars.xml	2010-06-17 17:39:47 UTC (rev 5771)
@@ -30,9 +30,9 @@
 	<test-suite name='REPORT/too big' ignore='no'>
 		<test name='1'>
 			<description>add one event to make it a 1001 event calendar</description>
-			<request end-delete="yes" print-response='no'>
+			<request user="$userid9:" pswd="$pswd9:" end-delete="yes" print-response='no'>
 				<method>PUT</method>
-				<ruri>$pathprefix1:/calendar.1000/abc.ics</ruri>
+				<ruri>$pathprefix9:/calendar.1000/abc.ics</ruri>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/errors/6.ics</filepath>
@@ -41,9 +41,9 @@
 					<callback>statusCode</callback>
 				</verify>
 			</request>
-			<request print-response='no'>
+			<request user="$userid9:" pswd="$pswd9:" print-response='no'>
 				<method>REPORT</method>
-				<ruri>$pathprefix1:/calendar.1000/</ruri>
+				<ruri>$pathprefix9:/calendar.1000/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/errors/23.xml</filepath>
@@ -59,9 +59,9 @@
 		</test>
 		<test name='2'>
 			<description>multiget with too many results</description>
-			<request print-response='no'>
+			<request user="$userid9:" pswd="$pswd9:" print-response='no'>
 				<method>REPORT</method>
-				<ruri>$pathprefix1:/calendar.1000/</ruri>
+				<ruri>$pathprefix9:/calendar.1000/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/errors/24.xml</filepath>
@@ -77,9 +77,9 @@
 		</test>
 		<test name='3'>
 			<description>free-busy with too many results</description>
-			<request print-response='no'>
+			<request user="$userid9:" pswd="$pswd9:" print-response='no'>
 				<method>REPORT</method>
-				<ruri>$pathprefix1:/calendar.1000/</ruri>
+				<ruri>$pathprefix9:/calendar.1000/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/errors/25.xml</filepath>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100617/0ed28b97/attachment.html>


More information about the calendarserver-changes mailing list