juergen     2002/08/12 01:14:13

  Modified:    
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics
                        ProppAutovsnNProppcomment.xml
  Log:
  The autoversion value was empty which is not allowed any longer, and corrected the 
second proppatch method, was not returing correct expected value (kaz)
  
  Revision  Changes    Path
  1.5       +15 -8     
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics/ProppAutovsnNProppcomment.xml
  
  Index: ProppAutovsnNProppcomment.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_Proppatch_semantics/ProppAutovsnNProppcomment.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ProppAutovsnNProppcomment.xml     9 Aug 2002 17:02:59 -0000       1.4
  +++ ProppAutovsnNProppcomment.xml     12 Aug 2002 08:14:13 -0000      1.5
  @@ -36,7 +36,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>]]></body>
  @@ -72,8 +72,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>
  @@ -95,13 +94,21 @@
                                        &lt;/D:propertyupdate&gt;</body>
                </request>
                <response>
  -                     <command>HTTP/1.0 (403,409)</command>
  +                     <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableUserPath,globalVariableServerName,user,host"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  -                             <D:error xmlns:D="DAV:">
  -                               <D:cannot-modify-version-controlled-property />
  -                             </D:error>
  -                        ]]>
  +                     <D:multistatus xmlns:D="DAV:">
  +    <D:response>
  +        <D:href>/taminowebdavserver/mycoll/test.xml</D:href>
  +        <D:propstat>
  +            <D:prop>
  +                <D:comment />
  +            </D:prop>
  +            <D:status>HTTP/1.1 200 OK</D:status>
  +        </D:propstat>
  +    </D:response>
  +</D:multistatus>]]>
                        </body>
  +                     
                </response>
        </step>
        
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to