juergen 2002/07/17 01:36:47
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics
SourceVcDestinationVcCopy.xml
Log:
no message
Revision Changes Path
1.3 +36 -9
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics/SourceVcDestinationVcCopy.xml
Index: SourceVcDestinationVcCopy.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Copy_semantics/SourceVcDestinationVcCopy.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SourceVcDestinationVcCopy.xml 1 Jul 2002 13:29:58 -0000 1.2
+++ SourceVcDestinationVcCopy.xml 17 Jul 2002 08:36:47 -0000 1.3
@@ -71,7 +71,6 @@
</step>
-
<step>
<request>
<command varUsage="globalVariableCollection,globalVariableServerName">COPY
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
@@ -90,6 +89,34 @@
</response>
</step>
+ <step>
+ <request>
+ <command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">REPORT
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
+ <header>Accept-Language: en-us</header>
+ <header>Content-Type: text/xml</header>
+ <body><![CDATA[<D:version-tree
xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:version-tree>]]></body>
+ </request>
+ <response>
+ <command>HTTP/1.0 207 Multi Status</command>
+ <header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet
2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
+ <body varUsage="globalVariableCollection,globalVariableServerName"
varDefinition="VH"
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+<multistatus xmlns="DAV:">
+ <response>
+ <href>*</href>
+ <propstat>
+ <prop>
+ <version-history>
+ <href>*</href>
+ </version-history>
+ </prop>
+ <status>HTTP/1.1 200 OK</status>
+ </propstat>
+ </response>
+</multistatus>]]>
+ </body>
+ </response>
+ </step>
+
<step>
<request>
<command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/test2.xml HTTP/1.1</command>
@@ -102,16 +129,16 @@
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
</request>
<response>
- <command>HTTP/1.0 666 Multi Status</command>
+ <command>HTTP/1.0 207 Multi Status</command>
<header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet
2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
- <body
varUsage="globalVariableCollection,VHR,globalVariableServerName" varDefinition="VHR"
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableCollection,VH,globalVariableServerName" varDefinition="VHR2"
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:">
<response>
<href>/%globalVariableServerName%/%globalVariableCollection%/test2.xml</href>
<propstat>
<prop>
<checked-in>
- <href>%VHR%</href>
+ <href>%VH%/1.1</href>
</checked-in>
</prop>
<status>HTTP/1.1 200 OK</status>
@@ -130,12 +157,12 @@
<body><![CDATA[<D:version-tree
xmlns:D="DAV:"><D:prop><D:predecessor-set/></D:prop></D:version-tree>]]></body>
</request>
<response>
- <command>HTTP/1.0 666 Multi Status</command>
+ <command>HTTP/1.0 207 Multi Status</command>
<header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet
2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
- <body
varUsage="globalVariableCollection,globalVariableServerName,VH1,VH2"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableCollection,globalVariableServerName,VH"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<D:multistatus xmlns:D="DAV:">
<D:response>
- <D:href>%VH1%</D:href>
+ <D:href>%VH%/1.0</D:href>
<D:propstat>
<D:prop>
<D:predecessor-set />
@@ -144,11 +171,11 @@
</D:propstat>
</D:response>
<D:response>
- <D:href>%VH2%</D:href>
+ <D:href>%VH%/1.1</D:href>
<D:propstat>
<D:prop>
<D:predecessor-set>
- <D:href>%VH1%</D:href>
+ <D:href>%VH%/1.0</D:href>
</D:predecessor-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>