You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2003/08/04 14:18:55 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition unbindLock-update-allowed_1.xml

juergen     2003/08/04 05:18:55

  Modified:    testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition
                        unbindLock-update-allowed_1.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed_1.xml
  
  Index: unbindLock-update-allowed_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- unbindLock-update-allowed_1.xml	1 Aug 2003 12:13:13 -0000	1.1
  +++ unbindLock-update-allowed_1.xml	4 Aug 2003 12:18:55 -0000	1.2
  @@ -7,9 +7,9 @@
   						1) create collection test1 in 
   						2) create collection test2 in 
   						3) bind test2 to test1 
  -						3) lock test2 
  +						3) lock test1 
   						4) unbind test2 to test1 passing the token
  -						5) unlock test2
  +						5) unlock test1
   						5) delete the collection test1 and test2
   		</description>
   		<expectedResult> UnBind did work successfully </expectedResult>
  @@ -62,7 +62,7 @@
   	</step>
   	 <step>
       <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test2 HTTP/1.1</command>
  +      <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>
  @@ -95,7 +95,7 @@
      
   <step>
       <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test2 HTTP/1.1</command>
  +      <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>