juergen     2002/07/16 23:46:56

  Modified:    
testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Checkout-in-place_feature/Additional_version_properties/checkout-fork
                        VcCheckoutProppatchcheckout-forkNothing.xml
                        VcCheckoutProppatchcheckout-forkForbidden.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +44 -2     
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Checkout-in-place_feature/Additional_version_properties/checkout-fork/VcCheckoutProppatchcheckout-forkNothing.xml
  
  Index: VcCheckoutProppatchcheckout-forkNothing.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Checkout-in-place_feature/Additional_version_properties/checkout-fork/VcCheckoutProppatchcheckout-forkNothing.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VcCheckoutProppatchcheckout-forkNothing.xml       28 Jun 2002 14:15:41 -0000     
 1.1
  +++ VcCheckoutProppatchcheckout-forkNothing.xml       17 Jul 2002 06:46:56 -0000     
 1.2
  @@ -107,10 +107,52 @@
      </body>
     </request>
     <response>
  -   <command>HTTP/1.0 403 Fobidden</command>
  -   <body/>
  +   <command>HTTP/1.0 207 Multi Status</command>
  +   <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  +<D:multistatus xmlns:D="DAV:">
  +      <D:response>
  +            
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +            <D:propstat>
  +                  <D:prop>
  +                        <D:checkout-fork />
  +                  </D:prop>
  +                  <D:status>HTTP/1.1 200 OK</D:status>
  +            </D:propstat>
  +      </D:response>
  +</D:multistatus>]]>
  +                  </body>
     </response>
    </step>
  + 
  +        <step>
  +           <request>
  +              <command 
varUsage="globalVariableCollection,userNumber,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: 0</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:checkout-fork/></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,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  +<D:multistatus xmlns:D="DAV:">
  +      <D:response>
  +            
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +            <D:propstat>
  +                  <D:prop>
  +                        <D:checkout-fork></D:checkout-fork>
  +                  </D:prop>
  +                  <D:status>HTTP/1.1 200 OK</D:status>
  +            </D:propstat>
  +      </D:response>
  +</D:multistatus>]]>
  +                  </body>
  +           </response>
  +        </step>
          
     <cleanup>
     
  
  
  
  1.2       +55 -8     
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Checkout-in-place_feature/Additional_version_properties/checkout-fork/VcCheckoutProppatchcheckout-forkForbidden.xml
  
  Index: VcCheckoutProppatchcheckout-forkForbidden.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Checkout-in-place_feature/Additional_version_properties/checkout-fork/VcCheckoutProppatchcheckout-forkForbidden.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VcCheckoutProppatchcheckout-forkForbidden.xml     28 Jun 2002 14:15:41 -0000     
 1.1
  +++ VcCheckoutProppatchcheckout-forkForbidden.xml     17 Jul 2002 06:46:56 -0000     
 1.2
  @@ -64,18 +64,65 @@
      <header>Translate: f</header>
      <header>Pragma: no-cache</header>
      <header>Connection: close</header>
  -   <body>&lt;?xml version="1.0" ?&gt;
  -   &lt;D:propertyupdate xmlns:D="DAV:"&gt;
  -     &lt;D:set&gt;
  -             
&lt;D:prop&gt;&lt;D:checkout-fork&gt;testing&lt;/D:checkout-fork&gt;&lt;/D:prop&gt;
  -     &lt;/D:set&gt;
  -     &lt;/D:propertyupdate&gt;</body>
  +   <body><![CDATA[<?xml version="1.0" ?>
  +      <D:propertyupdate xmlns:D="DAV:">
  +         <D:set>
  +         <D:prop>
  +            <D:checkout-fork><D:forbidden /></D:checkout-fork>
  +         </D:prop>
  +      </D:set>
  +      </D:propertyupdate>]]>
  +   </body>
     </request>
     <response>
  -   <command>HTTP/1.0 403 Fobidden</command>
  -   <body/>
  +   <command>HTTP/1.0 207 Multi Status</command>
  +   <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  +<D:multistatus xmlns:D="DAV:">
  +      <D:response>
  +            
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +            <D:propstat>
  +                  <D:prop>
  +                        <D:checkout-fork />
  +                  </D:prop>
  +                  <D:status>HTTP/1.1 200 OK</D:status>
  +            </D:propstat>
  +      </D:response>
  +</D:multistatus>]]>
  +                  </body>
     </response>
    </step>
  + 
  +        <step>
  +           <request>
  +              <command 
varUsage="globalVariableCollection,userNumber,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: 0</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:checkout-fork/></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,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  +<D:multistatus xmlns:D="DAV:">
  +      <D:response>
  +            
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +            <D:propstat>
  +                  <D:prop>
  +                        <D:checkout-fork>
  +                              <D:forbidden />
  +                        </D:checkout-fork>
  +                  </D:prop>
  +                  <D:status>HTTP/1.1 200 OK</D:status>
  +            </D:propstat>
  +      </D:response>
  +</D:multistatus>]]>
  +                  </body>
  +           </response>
  +        </step>
          
     <cleanup>
     
  
  
  

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

Reply via email to