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/08/06 12:29:44 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics DestVcCpyOvF.xml

juergen     2002/08/06 03:29:44

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics
                        DestVcCpyOvF.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +42 -1     jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics/DestVcCpyOvF.xml
  
  Index: DestVcCpyOvF.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics/DestVcCpyOvF.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DestVcCpyOvF.xml	31 Jul 2002 09:02:54 -0000	1.1
  +++ DestVcCpyOvF.xml	6 Aug 2002 10:29:43 -0000	1.2
  @@ -160,8 +160,36 @@
      <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">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/test2.xml HTTP/1.1</command>
  +				<header>Accept-Language: en-us</header>
  +				<header>Content-Type: </header>
  +				<header>Translate: f</header>
  +				<header>Depth: 1</header>
  +				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +				<header>Connection: Keep-Alive</header>
  +				<body><![CDATA[<?xml version="1.0" ?><D:propfind xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:propfind>]]></body>
  +			</request>
  +			<response>
  +				<command>HTTP/1.0 207 Multi Status</command>
  +				<body varUsage="globalVariableCollection,globalVariableServerName,VHH" varDefinition="VHH" varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +	                     <multistatus xmlns="DAV:">
  +					  <response>
  +					    <href>/%globalVariableServerName%/%globalVariableCollection%/test2.xml</href>
  +					    <propstat>
  +					      <prop>
  +					        <version-history>
  +					          <href>%VHH%</href>
  +					        </version-history>
  +					    </prop>
  +					    <status>HTTP/1.1 200 OK</status>
  +					   </propstat>
  +					 </response>
  +					</multistatus>]]></body>
  +			</response>
  +		</step>
  +		<step>
     <request>
      <command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test2.xml HTTP/1.1</command>
      <header>Accept-Language: en-us</header>
  @@ -178,6 +206,19 @@
     </response>
    </step>
    
  +		<step>
  +			<request>
  +				<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName,VHH">DELETE %VHH% 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>
  +			</response>
  +		</step>
    </cleanup>
   
   
  
  
  

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