juergen     2003/08/04 05:17:40

  Modified:    testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition
                        unbindLock-update-allowed.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +5 -5      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed.xml
  
  Index: unbindLock-update-allowed.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/precondition/unbindLock-update-allowed.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- unbindLock-update-allowed.xml     1 Aug 2003 12:13:13 -0000       1.2
  +++ unbindLock-update-allowed.xml     4 Aug 2003 12:17:40 -0000       1.3
  @@ -7,9 +7,9 @@
                                                1) create collection test1 in 
                                                2) create collection test2 in test1
                                                3) bind test2 to test1
  -                                             3) lock test2
  +                                             3) lock test1
                                                4) try unbind test2 from 
test1(precondition violation)
  -                                             5) unlock test2
  +                                             5) unlock test1
                                                5) delete the collection test1 and 
test2
                </description>
                <expectedResult> Bind 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>
  @@ -87,7 +87,7 @@
                            </unbind>]]></body>
                </request>
                <response>
  -                     <command>HTTP/1.1 403 Forbidden</command>
  +                     <command>HTTP/1.1 (403,409)</command>
                        <header>Content-Type: text/xml; charset="UTF-8"</header>
                        <body><![CDATA[<?xml version="1.0" encoding="UTF-8"?><D:error 
xmlns:D="DAV:"><D:locked-overwrite-allowed /></D:error>]]></body>
                </response>
  @@ -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>
  
  
  

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

Reply via email to