juergen     2002/07/19 02:14:09

  Added:       testsuite/testsuite/junit/xmltestcases/ACL/functional/Report
                        ACLPrincipalMatchPrincipal-PropertyPropReport.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertyPropReport.xml
  
  Index: ACLPrincipalMatchPrincipal-PropertyPropReport.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
      
  <test>
  
        <specification>
                <abstract> Test to check ACL command </abstract>
                
                <description>
                1) MKCOL command which creates a child collection (/test)
                2) PUT command which creates a file in the collection /test
                3) REPORT command which obtains information about the resource
                </description>
                
                <expectedResult> The (principal-match) Report returning a Dav:response 
element for each member of the collection that matchs the %user% (the %user% is owner 
of it) and obtains the displayname and resourcetype property of these resources. 
</expectedResult>
        </specification>
        
     <step>
  <user varUsage="user">%user%</user>
  <password varUsage="user">%user%</password>
    <request>
     <command varUsage="globalVariableCollection,globalVariableServerName">MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
     <header>Accept-Language: en-us</header>
     <header>Translate: f</header>
     <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
     <header>Connection: Keep-Alive</header>
    </request>
    <response>
     <command>HTTP/1.0 201 Created</command>
     <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
     <header>Content-Language: en</header>
     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; Java 
1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
    </response>
   </step>
  
  <step>
  <user varUsage="user">%user%</user>
  <password varUsage="user">%user%</password>
    <request>
     <command varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/files.xml 
HTTP/1.1</command>
     <header>Accept-Language: en-us</header>
     <header>Translate: f</header>
     <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
     <header>Connection: Keep-Alive</header>
     <body fileReference="../../../contentDirectory/validXML.xm1">
     </body>
    </request>
    <response>
     <command>HTTP/1.0 201 Created</command>
     <header>Date: Wed, 14 Mar 2001 15:45:51 GMT+01:00</header>
     <header>Content-Language: en</header>
     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; Java 
1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
    </response>
   </step>
   
   <step>
  <user varUsage="user">2%user%</user>
  <password varUsage="user">2%user%</password>
    <request>
     <command varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test.xml HTTP/1.1</command>
     <header>Accept-Language: en-us</header>
     <header>Translate: f</header>
     <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
     <header>Connection: Keep-Alive</header>
     <body fileReference="../../../contentDirectory/validXML.xm1">
     </body>
    </request>
    <response>
     <command>HTTP/1.0 201 Created</command>
     <header>Date: Wed, 14 Mar 2001 15:45:51 GMT+01:00</header>
     <header>Content-Language: en</header>
     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; Java 
1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
    </response>
   </step>
  
  <step>
  <user varUsage="user">2%user%</user>
  <password varUsage="user">2%user%</password>
    <request>
    <command varUsage="globalVariableCollection,globalVariableServerName" >REPORT 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.0</command>
      <header>content-type: text/xml; charset="utf-8"</header>
      <header>content-length: 190</header>
      <header>authorization: Basic dGVzdDp0ZXN0</header>
      <body><![CDATA[
  <D:principal-match xmlns:D="DAV:">
  <D:principal-property>
  <D:owner/>
  </D:principal-property>
  <D:prop>
  <D:displayname/>
  <D:resourcetype/>
  </D:prop>
  </D:principal-match>]]>
  </body>
    </request>
    <response>
      <command>HTTP/1.0 207 Multi-Status</command>
      <body 
varUsage="host,user,globalVariableServerName,globalVariableCollection"><![CDATA[
      <?xml version="1.0" encoding="UTF-8"?>
     <D:multistatus xmlns:D="DAV:">
      <D:response>
          
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test/files.xml</D:href>
          <D:propstat>
              <D:prop>
                  <D:displayname>files.xml</D:displayname>
                  <D:resourcetype />
              </D:prop>
              <D:status>HTTP/1.1 200 OK</D:status>
          </D:propstat>
      </D:response>
      <D:response>
          <D:href>/%globalVariableServerName%/%globalVariableCollection%/test</D:href>
          <D:propstat>
              <D:prop>
                  <D:displayname>test</D:displayname>
                  <D:resourcetype>
                      <D:collection />
                  </D:resourcetype>
              </D:prop>
              <D:status>HTTP/1.1 200 OK</D:status>
          </D:propstat>
      </D:response>
  </D:multistatus>]]>
  
  </body>
    </response>
  </step>
  
  
   
   <!-- input test of read privilege -->
  
    <cleanup>
      <step>
  <user varUsage="user">2%user%</user>
  <password varUsage="user">2%user%</password>
    <request>
     <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
     <header>Accept-Language: en-us</header>
     <header>Destroy: NoUndelete</header>
     <header>Translate: f</header>
     <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
     <header>Connection: Keep-Alive</header>
    </request>
    <response>
     <command>HTTP/1.0 204 No Content</command>
     <header>Date: Tue, 13 Feb 2001 17:14:41 GMT+01:00</header>
     <header>Content-Language: en</header>
     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; Java 
1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
    </response>
   </step>
   
   </cleanup>
  
  </test>
  
  
  

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

Reply via email to