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 pn...@apache.org on 2003/08/07 14:35:10 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code copy204.xml

pnever      2003/08/07 05:35:10

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code
                        copy204.xml
  Log:
  Fixed response codes of copy and move
  
  Revision  Changes    Path
  1.3       +149 -150  jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code/copy204.xml
  
  Index: copy204.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/copy/code/copy204.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- copy204.xml	13 Aug 2002 12:45:13 -0000	1.2
  +++ copy204.xml	7 Aug 2003 12:35:10 -0000	1.3
  @@ -1,154 +1,153 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
   <test>
  -	<specification>
  -		<abstract> Checks if Copy Method with Status code 204 works fine. </abstract>
  -		<pre-Requisite> In header, the overwrite option must be set to T (that is True)</pre-Requisite>
  -		<description> The test case consist of following steps (unnecessary step like propfind, head are not mentioned): puts a files in a directory, copies it into another directory,  copies it once more in the same location, and deletes the file from both directories </description>
  -		<expectedResult> Status code returned by Copy Method must be 204 No Content </expectedResult>
  -	</specification>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/files HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Wed, 21 Feb 2001 12:55:57 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/testcoll HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Wed, 21 Feb 2001 12:55:57 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -			<body fileReference="../../../../contentDirectory/html.html"/>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Wed, 14 Mar 2001 15:45:51 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/files/test.html</header>
  -			<header>Overwrite: T</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/files/test.html</header>
  -			<header>Overwrite: T</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/files/test.html HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Destroy: NoUndelete</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Tue, 20 Feb 2001 16:49:49 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Destroy: NoUndelete</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Tue, 20 Feb 2001 16:49:49 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/testcoll HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Destroy: NoUndelete</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Tue, 20 Feb 2001 16:49:49 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>
  -		</response>
  -	</step>
  -	<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/files HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Destroy: NoUndelete</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Connection: Keep-Alive</header>
  -		</request>
  -		<response>
  -			<command>HTTP/1.0 204 No Content</command>
  -			<header>Date: Tue, 20 Feb 2001 16:49:49 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>
  -		</response>
  -	</step>
  +    <specification>
  +        <abstract> Checks if Copy Method with Status code 204 works fine. </abstract>
  +        <pre-Requisite> In header, the overwrite option must be set to T (that is True)</pre-Requisite>
  +        <description> The test case consist of following steps (unnecessary step like propfind, head are not mentioned): puts a files in a directory, copies it into another directory,  copies it once more in the same location, and deletes the file from both directories </description>
  +        <expectedResult> Status code returned by Copy Method must be 204 No Content </expectedResult>
  +    </specification>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/files HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 201 Created</command>
  +            <header>Date: Wed, 21 Feb 2001 12:55:57 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/testcoll HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 201 Created</command>
  +            <header>Date: Wed, 21 Feb 2001 12:55:57 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +            <body fileReference="../../../../contentDirectory/html.html"/>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 201 Created</command>
  +            <header>Date: Wed, 14 Mar 2001 15:45:51 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/files/test.html</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 201 Create</command>
  +            <header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/files/test.html</header>
  +            <header>Overwrite: T</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 204 No Content</command>
  +            <header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/files/test.html HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Destroy: NoUndelete</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 204 No Content</command>
  +            <header>Date: Tue, 20 Feb 2001 16:49:49 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/testcoll/test.html HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Destroy: NoUndelete</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 204 No Content</command>
  +            <header>Date: Tue, 20 Feb 2001 16:49:49 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/testcoll HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Destroy: NoUndelete</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 204 No Content</command>
  +            <header>Date: Tue, 20 Feb 2001 16:49:49 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>
  +        </response>
  +    </step>
  +    <step>
  +        <request>
  +            <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/files HTTP/1.1</command>
  +            <header>Accept-Language: en-us</header>
  +            <header>Destroy: NoUndelete</header>
  +            <header>Translate: f</header>
  +            <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +            <header>Connection: Keep-Alive</header>
  +        </request>
  +        <response>
  +            <command>HTTP/1.0 204 No Content</command>
  +            <header>Date: Tue, 20 Feb 2001 16:49:49 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>
  +        </response>
  +    </step>
   </test>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org