juergen 2002/07/11 01:04:41
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics
VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml
Log:
corrected description
Revision Changes Path
1.2 +4 -33
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics/VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml
Index: VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics/VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml 11 Jul 2002
07:56:37 -0000 1.1
+++ VcProppatchCommentPropfindauto-versionPropfindchecked-in.xml 11 Jul 2002
08:04:41 -0000 1.2
@@ -9,10 +9,12 @@
<description>
1) PUT command creates a file
2) VERSION-CONTROL command which puts the file under version control
- 4) Proppatch command which attempts to modify the D:comment property
+ 3) Proppatch command which attempts to modify the D:comment property
+ 4) Propfind command which checks the value of auto-version property
+ 5) Propfind command which check the value of checked-in property
</description>
- <expectedResult> Proppatch should return a 403 Forbidden error.
</expectedResult>
+ <expectedResult> 2 Propfind commands should return 207 Multi Status
</expectedResult>
</specification>
<step>
@@ -43,37 +45,6 @@
</response>
</step>
- <step>
- <request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
- <header>Accept-Language: en-us</header>
- <header>Content-Type: text/xml</header>
- <header>Translate: f</header>
- <header>Depth: 1</header>
- <header>User-Agent: Microsoft Data Access Internet Publishing
Provider DAV</header>
- <header>Connection: Keep-Alive</header>
- <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 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" ?>
- <multistatus xmlns="DAV:">
- <response>
-
<href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
- <propstat>
- <prop>
- <checked-in>
- <href>%VHR%</href>
- </checked-in>
- </prop>
- <status>HTTP/1.1 200 OK</status>
- </propstat>
- </response>
- </multistatus>]]>
- </body>
- </response>
- </step>
<step>
<request>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>