[CalendarServer-changes] [1069] CalDAVTester/trunk/scripts/tests/acl.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 19 09:03:48 PST 2007


Revision: 1069
          http://trac.macosforge.org/projects/calendarserver/changeset/1069
Author:   cdaboo at apple.com
Date:     2007-01-19 09:03:48 -0800 (Fri, 19 Jan 2007)

Log Message:
-----------
Check to make sure principal resources have property values in DAV: header.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/acl.xml

Modified: CalDAVTester/trunk/scripts/tests/acl.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/acl.xml	2007-01-19 01:54:38 UTC (rev 1068)
+++ CalDAVTester/trunk/scripts/tests/acl.xml	2007-01-19 17:03:48 UTC (rev 1069)
@@ -736,6 +736,25 @@
 				</verify>
 			</request>
 		</test>
+		<test name='2' ignore='no'>
+			<description>Check for proper capability in DAV header</description>
+			<request>
+				<method>OPTIONS</method>
+				<ruri>$principal:</ruri>
+				<verify>
+					<callback>statusCode</callback>
+				</verify>
+				<verify>
+					<callback>header</callback>
+					<arg>
+						<name>header</name>
+						<value>*DAV$.*access-control.*</value>
+						<value>*DAV$.*calendar-access.*</value>
+						<value>*DAV$.*calendar-schedule.*</value>
+					</arg>
+				</verify>
+			</request>
+		</test>
 	</test-suite>
 
 	<test-suite name='Directory list access' ignore='no'>

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


More information about the calendarserver-changes mailing list