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/22 13:49:23 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/multi-user/DifferentCollections VcMve.xml

juergen     2003/08/22 04:49:23

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/multi-user/DifferentCollections
                        VcMve.xml
  Log:
  (fga) Corrected MOVE status code again (status code is different in the first
   and the next iterations)
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/multi-user/DifferentCollections/VcMve.xml
  
  Index: VcMve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/multi-user/DifferentCollections/VcMve.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- VcMve.xml	14 Aug 2003 14:00:24 -0000	1.3
  +++ VcMve.xml	22 Aug 2003 11:49:23 -0000	1.4
  @@ -20,7 +20,7 @@
   		11) Move command to move between to and from. 
   		12) Delete all created collections and resources.
   		</description>
  -		<expectedResult>All users should be able to successfully Move, receiving 204 No Content response codes.
  +		<expectedResult>All users should be able to successfully Move, receiving 204 No Content response codes on the first MOVE (from ->to) and 201 on the second MOVE (to->from). 
   		</expectedResult>
   	</specification>
   	<step>
  @@ -189,7 +189,7 @@
   						<header>Connection: Keep-Alive</header>
   					</request>
   					<response>
  -						<command>HTTP/1.0 201 Created</command>
  +						<command>HTTP/1.0 (201,204) No Content</command>
   						<header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
   						<header>Content-Language: en</header>
   						<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>
  @@ -206,7 +206,7 @@
   						<header>Connection: Keep-Alive</header>
   					</request>
   					<response>
  -						<command>HTTP/1.0 201 Created</command>
  +						<command>HTTP/1.0 (201,204) Created</command>
   						<header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
   						<header>Content-Language: en</header>
   						<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>