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 14:04:26 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Move_Semantics MveNonWs.xml

juergen     2003/08/22 05:04:26

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Move_Semantics
                        MveNonWs.xml
  Log:
  (fga) Corrected file name used. It could cause a wrong status code if
  a previous test fails and leaves a file in the test collection.
  
  Revision  Changes    Path
  1.6       +9 -8      jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Move_Semantics/MveNonWs.xml
  
  Index: MveNonWs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Move_Semantics/MveNonWs.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MveNonWs.xml	18 Aug 2003 16:57:17 -0000	1.5
  +++ MveNonWs.xml	22 Aug 2003 12:04:26 -0000	1.6
  @@ -44,7 +44,7 @@
   	</step>
   	<step>
   		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName,WS">PUT %WS%/WS/test.xml HTTP/1.1</command>
  +			<command varUsage="globalVariableCollection,globalVariableServerName,WS">PUT %WS%/WS/testMveNonWs.xml 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>
  @@ -61,7 +61,7 @@
   	</step>
   	<step>
   		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName,WS">PROPFIND %WS%/WS/test.xml HTTP/1.1</command>
  +			<command varUsage="globalVariableCollection,globalVariableServerName,WS">PROPFIND %WS%/WS/testMveNonWs.xml HTTP/1.1</command>
   			<header>Accept-Language: en-us</header>
   			<header>Content-Type: text/xml</header>
   			<header>Translate: f</header>
  @@ -76,7 +76,7 @@
   			<body varUsage="globalVariableCollection,globalVariableServerName,WS"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
   <D:multistatus xmlns:D="DAV:">
         <D:response>
  -            <D:href>%WS%/WS/test.xml</D:href>
  +            <D:href>%WS%/WS/testMveNonWs.xml</D:href>
               <D:propstat>
                     <D:prop>
                           <D:workspace>
  @@ -89,11 +89,12 @@
   </D:multistatus>]]></body>
   		</response>
   	</step>
  +	
   	<step>
   		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName,WS">MOVE %WS%/WS/test.xml HTTP/1.1</command>
  +			<command varUsage="globalVariableCollection,globalVariableServerName,WS">MOVE %WS%/WS/testMveNonWs.xml HTTP/1.1</command>
   			<header>Content-type: text/xml; charset="utf-8"</header>
  -			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test.xml</header>
  +			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/testMveNonWs.xml</header>
   			<header>host: localhost</header>
   		</request>
   		<response>
  @@ -103,7 +104,7 @@
   	</step>
   	<step>
   		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/testMveNonWs.xml HTTP/1.1</command>
   			<header>Accept-Language: en-us</header>
   			<header>Content-Type: text/xml</header>
   			<header>Translate: f</header>
  @@ -118,7 +119,7 @@
   			<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
   <D:multistatus xmlns:D="DAV:">
         <D:response>
  -            <D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +            <D:href>/%globalVariableServerName%/%globalVariableCollection%/testMveNonWs.xml</D:href>
               <D:propstat>
                     <D:prop>
                           <D:workspace />
  @@ -148,7 +149,7 @@
   		</step>
   		<step>
   			<request>
  -				<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +				<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/testMveNonWs.xml HTTP/1.1</command>
   				<header>Accept-Language: en-us</header>
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>