[CalendarServer-changes] [4820] CalDAVTester/branches/users/cdaboo/deployment/scripts/tests/acl.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 4 11:54:58 PST 2009


Revision: 4820
          http://trac.macosforge.org/projects/calendarserver/changeset/4820
Author:   sagen at apple.com
Date:     2009-12-04 11:54:57 -0800 (Fri, 04 Dec 2009)
Log Message:
-----------
In deployment we now ignore ACL changes from the client when it's attempting to overwrite a protected ACE, so updating the test

Modified Paths:
--------------
    CalDAVTester/branches/users/cdaboo/deployment/scripts/tests/acl.xml

Modified: CalDAVTester/branches/users/cdaboo/deployment/scripts/tests/acl.xml
===================================================================
--- CalDAVTester/branches/users/cdaboo/deployment/scripts/tests/acl.xml	2009-12-04 19:34:07 UTC (rev 4819)
+++ CalDAVTester/branches/users/cdaboo/deployment/scripts/tests/acl.xml	2009-12-04 19:54:57 UTC (rev 4820)
@@ -425,7 +425,7 @@
 			</request>
 		</test>
 		<test name='4' ignore='no'>
-			<description>DAV:no-protected-ace-conflict precondition failure - attempt to change protected ACE</description>
+			<description>DAV:no-protected-ace-conflict precondition failure - attempt to change protected ACE (this is ignored in deployment branch)</description>
 			<request print-response='no'>
 				<method>ACL</method>
 				<ruri>1.ics</ruri>
@@ -434,10 +434,10 @@
 					<filepath>Resource/acls/7.xml</filepath>
 				</data>
 				<verify>
-					<callback>prepostcondition</callback>
+					<callback>statusCode</callback>
 					<arg>
-						<name>error</name>
-						<value>DAV:no-protected-ace-conflict</value>
+						<name>status</name>
+						<value>200</value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091204/674ee5e7/attachment.html>


More information about the calendarserver-changes mailing list