[CalendarServer-changes] [91] CalDAVTester/trunk/scheduleacl.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 1 08:33:51 PDT 2006


Revision: 91
Author:   cdaboo at apple.com
Date:     2006-09-01 08:33:48 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
Add some comments to better explain what is being stored.

Modified Paths:
--------------
    CalDAVTester/trunk/scheduleacl.xml

Modified: CalDAVTester/trunk/scheduleacl.xml
===================================================================
--- CalDAVTester/trunk/scheduleacl.xml	2006-08-31 14:37:16 UTC (rev 90)
+++ CalDAVTester/trunk/scheduleacl.xml	2006-09-01 15:33:48 UTC (rev 91)
@@ -47,6 +47,7 @@
 				<filepath>Resource/depthreportsacl/1.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar1/1.ics</ruri>
@@ -63,6 +64,7 @@
 				<filepath>Resource/depthreportsacl/1.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with no privileges -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar1/2.ics</ruri>
@@ -79,6 +81,7 @@
 				<filepath>Resource/depthreportsacl/2.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read-free-busy only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar1/3.ics</ruri>
@@ -108,6 +111,7 @@
 				<filepath>Resource/depthreportsacl/2.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar2/1.ics</ruri>
@@ -124,6 +128,7 @@
 				<filepath>Resource/depthreportsacl/1.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with no privileges -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar2/2.ics</ruri>
@@ -140,6 +145,7 @@
 				<filepath>Resource/depthreportsacl/2.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read-free-busy only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar2/3.ics</ruri>
@@ -169,6 +175,7 @@
 				<filepath>Resource/depthreportsacl/3.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar3/1.ics</ruri>
@@ -185,6 +192,7 @@
 				<filepath>Resource/depthreportsacl/1.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with no privileges -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar3/2.ics</ruri>
@@ -201,6 +209,7 @@
 				<filepath>Resource/depthreportsacl/2.xml</filepath>
 			</data>
 		</request>
+		<!--  Event with DAV:read-free-busy only -->
 		<request>
 			<method>PUT</method>
 			<ruri>$pathprefix:/top-collection/calendar3/3.ics</ruri>
@@ -249,6 +258,15 @@
 				<verify>
 					<callback>statusCode</callback>
 				</verify>
+				<!--  This does not work because UID is different each time
+				<verify>
+					<callback>dataMatch</callback>
+					<arg>
+						<name>filepath</name>
+						<value>Resource/scheduleacl/data1.txt</value>
+					</arg>
+				</verify>
+				-->
 			</request>
 		</test>
 	</test-suite>

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


More information about the calendarserver-changes mailing list