juergen 2002/07/31 04:38:23
Modified: testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code
copy423.xml
Log:
the user path (returned and computed by e.g. lock method) can now be parameterised
from the command line.
Revision Changes Path
1.4 +2 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code/copy423.xml
Index: copy423.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code/copy423.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- copy423.xml 4 Feb 2002 12:37:47 -0000 1.3
+++ copy423.xml 31 Jul 2002 11:38:23 -0000 1.4
@@ -94,8 +94,8 @@
<response>
<command>HTTP/1.0 200 OK</command>
<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; Java
1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
- <body varUsage="globalVariableServerName">
- <![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:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-119</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>
+ <body varUsage="globalVariableServerName,globalVariableUserPath,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:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>%globalVariableUserPath%</d:owner><d:timeout>Second-119</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>
]]>
</body>
</response>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>