juergen     2002/07/31 06:02:25

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockC
                        Versioncontrol.xml
  Log:
  the user path (returned and computed by e.g. lock method) is now be parameterised 
from the command line.
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockC/Versioncontrol.xml
  
  Index: Versioncontrol.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockC/Versioncontrol.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Versioncontrol.xml        31 Jul 2002 12:32:16 -0000      1.2
  +++ Versioncontrol.xml        31 Jul 2002 13:02:25 -0000      1.3
  @@ -40,8 +40,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,host,user">
  -    <![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/%host%/%user%</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
  +   <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:exclusive/></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>
     </response>
    </step>
  @@ -53,7 +53,7 @@
        <header varUsage="automaticVariable1">If: (&lt;%varUsage%&gt;)</header>
     </request>
     <response>
  -   <command>HTTP/1.0 423 Locked</command>
  +   <command>HTTP/1.0 200 OK</command>
     </response>
    </step>
    
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to