juergen 2002/11/01 04:41:16
Modified: testsuite/testsuite/junit/xmltestcases/functional/lock/compatibility
sharedshared.xml
Log:
shared locks are now working; adapt the test case.
Revision Changes Path
1.7 +21 -1
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/compatibility/sharedshared.xml
Index: sharedshared.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/compatibility/sharedshared.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sharedshared.xml 13 Aug 2002 12:45:23 -0000 1.6
+++ sharedshared.xml 1 Nov 2002 12:41:15 -0000 1.7
@@ -61,7 +61,27 @@
</request>
<response>
<command>HTTP/1.0 200 OK</command>
- <body
varUsage="globalVariableUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?><d:prop
xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:shared/></d:lockscope><d:depth>infinity</d:depth><d:owner>%globalVariableUserPath%</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]></body>
+ <body
varUsage="globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <d:prop xmlns:d="DAV:">
+ <d:lockdiscovery>
+ <d:activelock>
+ <d:locktype>
+ <d:write/>
+ </d:locktype>
+ <d:lockscope>
+ <d:shared/>
+ </d:lockscope>
+ <d:depth>infinity</d:depth>
+
<d:owner>%globalVariableRootUserPath%/%host%/%user%</d:owner>
+ <d:timeout>Second-604800</d:timeout>
+ <d:locktoken>
+ <d:href/>
+ </d:locktoken>
+ </d:activelock>
+ </d:lockdiscovery>
+ </d:prop>
+ ]]>
+ </body>
</response>
</step>
<cleanup>
--
To unsubscribe, e-mail: <mailto:slide-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>