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 2002/11/08 13:56:25 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method MkWsCpPut.xml

juergen     2002/11/08 04:56:25

  Added:       testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method
                        MkWsCpPut.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWsCpPut.xml
  
  Index: MkWsCpPut.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Test to check if the a file can be copied into a workspace </abstract>
  		<description>
  		0) Compute the workspace path.
  		1) MKWORKSPACE command carried out
  		2) COPY which copies a file into workspace
  		</description>
  		<expectedResult> MKWORKSPACE command should return a 201 Created response </expectedResult>
  	</specification>
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/help-doc.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">OPTIONS /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<body><![CDATA[<?xml version="1.0" ?>
  			    <D:options xmlns:D="DAV:">
                     <D:workspace-collection-set/>
                  </D:options>
  			    ]]></body>
  		</request>
  		<response>
  			<command>HTTP/1.0 200 OK</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName" varDefinition="WS" varPath="options-response/workspace-collection-set/href"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
                  <D:options-response xmlns:D="DAV:">
                      <D:workspace-collection-set>
                          <D:href>*</D:href>
                      </D:workspace-collection-set>
                  </D:options-response>
                  ]]></body>
  		</response>
  	</step>
  	<step>
  		<request>
  			<command varUsage="globalVariableServerName,globalVariableCollection,WS">MKWORKSPACE %WS%/WS HTTP/1.1</command>
  			<header>Content-length: 0</header>
  		</request>
  		<response>
  			<command>HTTP/1.0 201 Created</command>
  		</response>
  	</step>
  	<step>
  		<request>
  			<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName,WS">COPY /%globalVariableServerName%/%globalVariableCollection%/help-doc.html HTTP/1.1</command>
  			<header>Accept-Language: en-us</header>
  			<header varUsage="globalVariableCollection,globalVariableServerName,WS">Destination: %WS%/WS/help-doc.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>
  
  	<cleanup>
  		<step>
  			<request>
  				<command varUsage="globalVariableCollection,globalVariableServerName,WS">DELETE %WS%/WS 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, 13 Feb 2001 17:14:41 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%/help-doc.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>
  
  	</cleanup>
  </test>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>