[CalendarServer-changes] [5883] CalDAVTester/trunk/scripts/tests/CalDAV/implicitallday.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 13 11:48:27 PDT 2010


Revision: 5883
          http://trac.macosforge.org/projects/calendarserver/changeset/5883
Author:   cdaboo at apple.com
Date:     2010-07-13 11:48:25 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
Clean out any old inbox data.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitallday.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitallday.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitallday.xml	2010-07-13 18:38:06 UTC (rev 5882)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitallday.xml	2010-07-13 18:48:25 UTC (rev 5883)
@@ -35,6 +35,16 @@
 			<method>GET</method>
 			<ruri>$calendarpath2:/</ruri>
 		</request>
+		<request user="$userid1:" pswd="$pswd1:">
+			<method>DELETEALL</method>
+			<ruri>$calendarpath1:/</ruri>
+			<ruri>$inboxpath1:/</ruri>
+		</request>
+		<request user="$userid2:" pswd="$pswd2:">
+			<method>DELETEALL</method>
+			<ruri>$calendarpath2:/</ruri>
+			<ruri>$inboxpath2:/</ruri>
+		</request>
 	</start>
 	
 	<test-suite name='Simple Changes' ignore='no'>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100713/10cb7f89/attachment-0001.html>


More information about the calendarserver-changes mailing list