juergen 2002/07/02 05:56:36
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method
VcLabelSetDifferentVersion.xml VcLabelsetDepth1.xml
VcLabelRemove.xml VcLabelAdd.xml
Log:
corrected mistake in label method
Revision Changes Path
1.2 +10 -6
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelSetDifferentVersion.xml
Index: VcLabelSetDifferentVersion.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelSetDifferentVersion.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcLabelSetDifferentVersion.xml 28 Jun 2002 14:16:21 -0000 1.1
+++ VcLabelSetDifferentVersion.xml 2 Jul 2002 12:56:36 -0000 1.2
@@ -84,7 +84,7 @@
<request>
<command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:set>
<D:label-name>test</D:label-name>
@@ -111,7 +111,7 @@
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:label-name-set/></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="VHR"><![CDATA[<?xml version="1.0" encoding="utf-8"
?>
<D:multistatus xmlns:D="DAV:">
@@ -119,7 +119,9 @@
<D:href>%VHR%</D:href>
<D:propstat>
<D:prop>
- <D:label-name-set />
+ <D:label-name-set>
+ <D:label-name>test</D:label-name>
+ </D:label-name-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
@@ -208,7 +210,7 @@
<request>
<command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:set>
<D:label-name>test</D:label-name>
@@ -235,7 +237,7 @@
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:label-name-set/></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="VHR"><![CDATA[<?xml version="1.0" encoding="utf-8"
?>
<D:multistatus xmlns:D="DAV:">
@@ -243,7 +245,9 @@
<D:href>%VHR%</D:href>
<D:propstat>
<D:prop>
- <D:label-name-set />
+ <D:label-name-set>
+ <D:label-name>test</D:label-name>
+ </D:label-name-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
1.2 +8 -7
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelsetDepth1.xml
Index: VcLabelsetDepth1.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelsetDepth1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcLabelsetDepth1.xml 28 Jun 2002 14:16:21 -0000 1.1
+++ VcLabelsetDepth1.xml 2 Jul 2002 12:56:36 -0000 1.2
@@ -103,26 +103,27 @@
</multistatus>]]>
</body>
</response>
- </step>
+ </step>
<step>
<request>
- <command varUsage="VH">LABEL %VH% HTTP/1.1</command>
+ <command varUsage="VHR">LABEL %VH% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
+ <header>host: localhost</header>
<header>Depth:1</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:set>
- <D:label-name>test</D:label-name>
- </D:set>
- </D:label>]]>
+ <D:label-name>test</D:label-name>
+ </D:set>
+ </D:label>]]>
</body>
</request>
<response>
<command>HTTP/1.0 200 OK</command>
<header>Cache-Control: no-cache</header>
</response>
- </step>
+ </step>
<step>
<request>
1.2 +4 -4
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelRemove.xml
Index: VcLabelRemove.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelRemove.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcLabelRemove.xml 28 Jun 2002 14:16:21 -0000 1.1
+++ VcLabelRemove.xml 2 Jul 2002 12:56:36 -0000 1.2
@@ -82,7 +82,7 @@
<request>
<command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:set>
<D:label-name>test</D:label-name>
@@ -100,11 +100,11 @@
<request>
<command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:remove>
<D:label-name>test</D:label-name>
- <D:remove>
+ </D:remove>
</D:label>]]>
</body>
</request>
@@ -127,7 +127,7 @@
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:label-name-set/></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="VHR"><![CDATA[<?xml version="1.0" encoding="utf-8"
?>
<D:multistatus xmlns:D="DAV:">
1.2 +5 -3
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelAdd.xml
Index: VcLabelAdd.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Label_Feature/Label_Method/VcLabelAdd.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcLabelAdd.xml 28 Jun 2002 14:16:21 -0000 1.1
+++ VcLabelAdd.xml 2 Jul 2002 12:56:36 -0000 1.2
@@ -81,7 +81,7 @@
<request>
<command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
<header>Content-type: text/xml; charset="utf-8"</header>
- <body><![CDATA[<?xml version="1.0" ?><?xml version="1.0"
encoding="utf-8" ?>
+ <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<D:label xmlns:D="DAV:" xmlns:R="http://www.com/">
<D:set>
<D:label-name>test</D:label-name>
@@ -108,7 +108,7 @@
<body><![CDATA[<?xml version="1.0" ?><D:propfind
xmlns:D="DAV:"><D:prop><D:label-name-set/></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="VHR"><![CDATA[<?xml version="1.0" encoding="utf-8"
?>
<D:multistatus xmlns:D="DAV:">
@@ -116,7 +116,9 @@
<D:href>%VHR%</D:href>
<D:propstat>
<D:prop>
- <D:label-name-set />
+ <D:label-name-set>
+ <D:label-name>test</D:label-name>
+ </D:label-name-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>