juergen     2003/08/04 06:53:24

  Modified:    testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition
                        unbindLock-update-allowed_2.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +40 -5     
jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed_2.xml
  
  Index: unbindLock-update-allowed_2.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- unbindLock-update-allowed_2.xml   1 Aug 2003 12:25:54 -0000       1.1
  +++ unbindLock-update-allowed_2.xml   4 Aug 2003 13:53:24 -0000       1.2
  @@ -4,10 +4,11 @@
        <specification>
                <abstract> checks precondition lock-update-allowed for Unbind 
</abstract>
                <description> The test case consist of following steps:
  -                                             1) create collection test1 in 
  -                                             2) create collection test2 in 
  +                                             1) create collection test1 
  +                                             2) create collection test2 
                                                3) bind test2 to test1 
  -                                             3) lock test2 
  +                                             4) put a test2.txt in test2
  +                                             3) lock test1, test2 
                                                4) unbind test2 to test1 passing the 
token
                                                5) unlock test2
                                                5) delete the collection test1 and 
test2
  @@ -74,9 +75,28 @@
                        <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>
                </response>
        </step>
  +     
  +     <step>
  +    <request>
  +      <command varUsage="globalVariableCollection,globalVariableServerName">LOCK 
/%globalVariableServerName%/%globalVariableCollection%/test1 HTTP/1.1</command>
  +      <header>Connection: Keep-Alive, TE</header>
  +      <header>TE: trailers, deflate, gzip, compress</header>
  +      <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +      <header>Timeout: Second-604800</header>
  +      <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +      <header>Content-type: text/xml</header>
  +      <body><![CDATA[<?xml version="1.0"?><A:lockinfo 
xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +    </request>
  +    <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="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><A:href xmlns:A="DAV:" 
/></d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href 
/></d:locktoken><d:principal-URL><d:href>%globalVariableUserPath%</d:href></d:principal-URL></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +    </response>
  +  </step>
  +  
         <step>
       <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">LOCK 
/%globalVariableServerName%/%globalVariableCollection%/test2 HTTP/1.1</command>
  +      <command varUsage="globalVariableCollection,globalVariableServerName">LOCK 
/%globalVariableServerName%/%globalVariableCollection%/test2.txt HTTP/1.1</command>
         <header>Connection: Keep-Alive, TE</header>
         <header>TE: trailers, deflate, gzip, compress</header>
         <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  @@ -91,6 +111,7 @@
         <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><A:href xmlns:A="DAV:" 
/></d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href 
/></d:locktoken><d:principal-URL><d:href>%globalVariableUserPath%</d:href></d:principal-URL></d:activelock></d:lockdiscovery></d:prop>]]></body>
       </response>
     </step>
  +  
   
       <step>
                <request>
  @@ -111,7 +132,21 @@
      
   <step>
       <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">UNLOCK 
/%globalVariableServerName%/%globalVariableCollection%/test2 HTTP/1.1</command>
  +      <command varUsage="globalVariableCollection,globalVariableServerName">UNLOCK 
/%globalVariableServerName%/%globalVariableCollection%/test2/test2.txt 
HTTP/1.1</command>
  +      <header>Connection: Keep-Alive, TE</header>
  +      <header>TE: trailers, deflate, gzip, compress</header>
  +      <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +      <header varUsage="automaticVariable1">Lock-Token: %varUsage%</header>
  +      <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 204 No Content</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>
  +    </response>
  +  </step>
  +<step>
  +    <request>
  +      <command varUsage="globalVariableCollection,globalVariableServerName">UNLOCK 
/%globalVariableServerName%/%globalVariableCollection%/test1 HTTP/1.1</command>
         <header>Connection: Keep-Alive, TE</header>
         <header>TE: trailers, deflate, gzip, compress</header>
         <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  
  
  

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

Reply via email to