juergen 2002/07/01 04:48:07
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Checked-out_resource_properties/Predecessor-set
Propfindpredecessor-set.xml
Log:
fixed expected response in report method
Revision Changes Path
1.2 +6 -6
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Checked-out_resource_properties/Predecessor-set/Propfindpredecessor-set.xml
Index: Propfindpredecessor-set.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Checked-out_resource_properties/Predecessor-set/Propfindpredecessor-set.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Propfindpredecessor-set.xml 28 Jun 2002 14:18:24 -0000 1.1
+++ Propfindpredecessor-set.xml 1 Jul 2002 11:48:07 -0000 1.2
@@ -64,10 +64,10 @@
<response>
<command>HTTP/1.0 207 Multi Status</command>
- <body varUsage="globalVariableCollection,VHR,globalVariableServerName"
varDefinition="VHR" varPath="multistatus/response/href"><![CDATA[
+ <body varUsage="globalVariableCollection,VHR1,globalVariableServerName"
varDefinition="VHR1" varPath="multistatus/response/href"><![CDATA[
<multistatus xmlns="DAV:">
<response>
- <href>%VHR%</href>
+ <href>%VHR1%</href>
<propstat>
<prop>
<predecessor-set />
@@ -137,10 +137,10 @@
<response>
<command>HTTP/1.0 207 Multi Status</command>
- <body varUsage="globalVariableCollection,VHR,globalVariableServerName"
varDefinition="VHR" varPath="multistatus/response/href"><![CDATA[
+ <body varUsage="globalVariableCollection,VHR1,VHR2,globalVariableServerName"
varDefinition="VHR2" varPath="multistatus/response/href"><![CDATA[
<D:multistatus xmlns:D="DAV:">
<D:response>
-
<D:href>http://localhost:80/%globalVariableServerName%/history/151/1.0</D:href>
+ <D:href>%VHR1%</D:href>
<D:propstat>
<D:prop>
<D:predecessor-set />
@@ -149,11 +149,11 @@
</D:propstat>
</D:response>
<D:response>
-
<D:href>http://localhost:80/%globalVariableServerName%/history/151/1.1</D:href>
+ <D:href>%VHR2%</D:href>
<D:propstat>
<D:prop>
<D:predecessor-set>
-
<D:href>/%globalVariableServerName%/history/151/1.0</D:href>
+ <D:href>%VHR1%</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]>