juergen 2002/07/04 04:44:17
Modified:
testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties
PropPatch-ACL-Semantics.xml
Log:
corrected expected response body
Revision Changes Path
1.2 +12 -11
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-ACL-Semantics.xml
Index: PropPatch-ACL-Semantics.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-ACL-Semantics.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PropPatch-ACL-Semantics.xml 24 Jun 2002 11:23:19 -0000 1.1
+++ PropPatch-ACL-Semantics.xml 4 Jul 2002 11:44:17 -0000 1.2
@@ -31,18 +31,19 @@
</request>
<response>
<command>HTTP/1.0 207 Multi Status</command>
- <header>Content-Type: text/xml; charset=utf-8</header>
+ <header>Content-Type: text/xml; charset="UTF-8"</header>
<body
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
- <D:multistatus xmlns:D="DAV:">
- <D:response>
- <D:href>/%globalVariableServerName%/%globalVariableCollection%/</D:href>
- <D:propstat>
- <D:prop><D:acl-semantics/></D:prop>
- <D:status>HTTP/1.1 403 Forbidden</D:status>
- <D:responsedescription>Failure to set protected property
(DAV:acl-semantics)</D:responsedescription>
- </D:propstat>
- </D:response>
- </D:multistatus>]]>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>/%globalVariableServerName%/%globalVariableCollection%/</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:acl-semantics />
+ </D:prop>
+ <D:status>HTTP/1.1 409 Conflict</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>]]>
</body>
</response>
</step>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>