juergen 2003/08/27 02:18:21
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Version_Control_Semantics
WSVcWSChoutUnchout.xml
Log:
(fga) Corrected PUT status code to 201. Changed test file name to avoid
conflict with other tests with no cleanup.
Revision Changes Path
1.7 +11 -11
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Version_Control_Semantics/WSVcWSChoutUnchout.xml
Index: WSVcWSChoutUnchout.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Workspace_Feature/Additional_Version_Control_Semantics/WSVcWSChoutUnchout.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WSVcWSChoutUnchout.xml 14 Aug 2002 10:54:29 -0000 1.6
+++ WSVcWSChoutUnchout.xml 27 Aug 2003 09:18:21 -0000 1.7
@@ -59,16 +59,16 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">PUT
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName">PUT
/%globalVariableServerName%/%globalVariableCollection%/testWSVcWSChoutUnchout.xml
HTTP/1.1</command>
<body
fileReference="../../../../contentDirectory/validXML.xm1"/>
</request>
<response>
- <command>HTTP/1.0 204 No Content</command>
+ <command>HTTP/1.0 201 Created</command>
</response>
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL
/%globalVariableServerName%/%globalVariableCollection%/testWSVcWSChoutUnchout.xml
HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.0 200 OK</command>
@@ -76,7 +76,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/testWSVcWSChoutUnchout.xml
HTTP/1.1</command>
<header>Content-Type: text/xml</header>
<header>Depth: 1</header>
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
@@ -86,7 +86,7 @@
<body
varUsage="globalVariableCollection,VHR,globalVariableServerName" varDefinition="VHR"
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:">
<response>
-
<href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
+
<href>/%globalVariableServerName%/%globalVariableCollection%/testWSVcWSChoutUnchout.xml</href>
<propstat>
<prop>
<checked-in>
@@ -101,7 +101,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL
%WS%/WS/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL
%WS%/WS/testWSVcWSChoutUnchout.xml HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
<body varUsage="VHR"><![CDATA[<?xml version="1.0"
encoding="utf-8" ?>
<D:version-control xmlns:D="DAV:">
@@ -116,7 +116,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL
%WS%/WS2/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL
%WS%/WS2/testWSVcWSChoutUnchout.xml HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
<body varUsage="VHR"><![CDATA[<?xml version="1.0"
encoding="utf-8" ?>
<D:version-control xmlns:D="DAV:">
@@ -131,7 +131,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT
%WS%/WS/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT
%WS%/WS/testWSVcWSChoutUnchout.xml HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.0 200 OK</command>
@@ -139,7 +139,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT
%WS%/WS2/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT
%WS%/WS2/testWSVcWSChoutUnchout.xml HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.0 (403,409)</command>
@@ -153,7 +153,7 @@
</step>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName,WS">UNCHECKOUT
%WS%/WS/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName,WS">UNCHECKOUT
%WS%/WS/testWSVcWSChoutUnchout.xml HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.0 200 OK</command>
@@ -162,7 +162,7 @@
<cleanup>
<step>
<request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">DELETE
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
+ <command
varUsage="globalVariableCollection,globalVariableServerName">DELETE
/%globalVariableServerName%/%globalVariableCollection%/testWSVcWSChoutUnchout.xml
HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.0 204 No Content</command>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]