juergen 2002/07/01 01:32:20
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_history_feature/Locate-by-history_report
VcVcDeleteVersionReportlocate-by-history.xml
Log:
fixed expected response in report method
Revision Changes Path
1.2 +6 -6
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_history_feature/Locate-by-history_report/VcVcDeleteVersionReportlocate-by-history.xml
Index: VcVcDeleteVersionReportlocate-by-history.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_history_feature/Locate-by-history_report/VcVcDeleteVersionReportlocate-by-history.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcVcDeleteVersionReportlocate-by-history.xml 28 Jun 2002 14:21:20 -0000
1.1
+++ VcVcDeleteVersionReportlocate-by-history.xml 1 Jul 2002 08:32:19 -0000
1.2
@@ -164,27 +164,27 @@
</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,userNumber,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableCollection,VH1,VH2,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:">
<response>
-
<href>http://localhost:80/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
+ <href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
<propstat>
<prop>
<version-history>
- <href>/%globalVariableServerName%/history/1</href>
+ <href>%VH1%</href>
</version-history>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
<response>
-
<href>http://localhost:80/%globalVariableServerName%/%globalVariableCollection%/test2.xml</href>
+ <href>/%globalVariableServerName%/%globalVariableCollection%/test2.xml</href>
<propstat>
<prop>
<version-history>
- <href>/%globalVariableServerName%/history/2</href>
+ <href>%VH2%</href>
</version-history>
</prop>
<status>HTTP/1.1 200 OK</status>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>