juergen 2002/08/12 01:20:56
Modified:
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Put_semantics
ProppAutovsnPut.xml
Log:
The autoversion value was empty which is not allowed any longer, and corrected the
second put method, was not returing correct expected value (kaz)
Revision Changes Path
1.3 +3 -4
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Put_semantics/ProppAutovsnPut.xml
Index: ProppAutovsnPut.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Put_semantics/ProppAutovsnPut.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ProppAutovsnPut.xml 5 Aug 2002 07:56:55 -0000 1.2
+++ ProppAutovsnPut.xml 12 Aug 2002 08:20:55 -0000 1.3
@@ -56,7 +56,7 @@
<D:propertyupdate xmlns:D="DAV:">
<D:set>
<D:prop>
- <D:auto-version></D:auto-version>
+ <D:auto-version><checkout-checkin/></D:auto-version>
</D:prop>
</D:set>
</D:propertyupdate>]]>
@@ -103,8 +103,7 @@
<href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
<propstat>
<prop>
- <auto-version>
- </auto-version>
+ <auto-version><checkout-checkin/></auto-version>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
@@ -124,7 +123,7 @@
</body>
</request>
<response>
- <command>HTTP/1.0 (403,409)</command>
+ <command>HTTP/1.0 204 No Content</command>
<header>Date: Wed, 14 Mar 2001 15:45:51 GMT+01:00</header>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>