You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2002/08/07 17:36:19 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_propfind_semantics PropfAll.xml

pnever      2002/08/07 08:36:19

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_propfind_semantics
                        PropfAll.xml
  Log:
  Added ACL properties in list of expected properties of PROPFIND
  
  Revision  Changes    Path
  1.2       +177 -116  jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_propfind_semantics/PropfAll.xml
  
  Index: PropfAll.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_propfind_semantics/PropfAll.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropfAll.xml	31 Jul 2002 09:03:50 -0000	1.1
  +++ PropfAll.xml	7 Aug 2002 15:36:19 -0000	1.2
  @@ -1,128 +1,189 @@
   <?xml version="1.0" encoding="UTF-8"?>
  - <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  -    
  +<!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
   <test>
  -
   	<specification>
   		<abstract> Test to check properties returned by allprop </abstract>
  -		
   		<description>
   		1) PUT command creates a file
   		2) VERSION-CONTROL command which puts the file under version control
   		3) propfind command carried out on file
   		</description>
  -		
   		<expectedResult> Propfind should not return any VC, VCR or V properties </expectedResult>
   	</specification>
  -  
  -  <step>
  -  <request>
  -   <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/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>
  -  <request>
  -     <command varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>   
  -     <header>Content-type: text/xml; charset="utf-8"</header>
  -  </request>
  -  <response>
  -   <command>HTTP/1.0 200 OK</command>
  -  </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: 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:allprop/></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" ?>
  -<multistatus xmlns="DAV:">
  -  <response>
  -    <href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
  -    <propstat>
  -      <prop>
  -      <supportedlock>
  -            <lockentry>
  -                  <lockscope>
  -                        <exclusive />
  -                  </lockscope>
  -                  <locktype>
  -                        <write />
  -                  </locktype>
  -            </lockentry>
  -            <lockentry>
  -                  <lockscope>
  -                        <shared />
  -                  </lockscope>
  -                  <locktype>
  -                        <write />
  -                  </locktype>
  -            </lockentry>
  -      </supportedlock>
  -      <modCount>*</modCount>
  -      <source />
  -      <creationdate>*</creationdate>
  -      <lockdiscovery />
  -      <getcontentlength>*</getcontentlength>
  -      <displayname>*</displayname>
  -      <getcontenttype>*</getcontenttype>
  -      <getcontentlanguage>*</getcontentlanguage>
  -      <resourcetype />
  -      <xsv:xdavContentId xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav">*</xsv:xdavContentId>
  -      <getlastmodified>*</getlastmodified>
  -      <getetag>*</getetag>
  -</prop>
  -      <status>HTTP/1.1 200 OK</status>
  -    </propstat>
  -  </response>
  -</multistatus>]]>
  -                  </body>
  -  	      </response>
  - 	   </step>
  -       
  -
  -  <cleanup>
  -  
  -<step>
  -  <request>
  -   <command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test.xml 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>
  -
  -
  +	<step>
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/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"/>
  +		</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>
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +			<header>Content-type: text/xml; charset="utf-8"</header>
  +		</request>
  +		<response>
  +			<command>HTTP/1.0 200 OK</command>
  +		</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: 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:allprop/></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>/taminowebdavserver/mycoll/test.xml</D:href>
  +        <D:propstat>
  +            <D:prop>
  +                <D:current-user-privilege-set>
  +                    <D:privilege>
  +                        <D:read />
  +                    </D:privilege>
  +                    <D:privilege>
  +                        <D:write />
  +                    </D:privilege>
  +                    <D:privilege>
  +                        <D:read-acl />
  +                    </D:privilege>
  +                    <D:privilege>
  +                        <D:write-acl />
  +                    </D:privilege>
  +                    <D:privilege>
  +                        <D:all />
  +                    </D:privilege>
  +                </D:current-user-privilege-set>
  +                <D:supportedlock>
  +                    <D:lockentry>
  +                        <D:lockscope>
  +                            <D:exclusive />
  +                        </D:lockscope>
  +                        <D:locktype>
  +                            <D:write />
  +                        </D:locktype>
  +                    </D:lockentry>
  +                    <D:lockentry>
  +                        <D:lockscope>
  +                            <D:shared />
  +                        </D:lockscope>
  +                        <D:locktype>
  +                            <D:write />
  +                        </D:locktype>
  +                    </D:lockentry>
  +                </D:supportedlock>
  +                <D:modCount>2</D:modCount>
  +                <D:source />
  +                <xsv:isXml xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav">true</xsv:isXml>
  +                <D:creationdate>2002-08-07T15:28:11Z</D:creationdate>
  +                <D:lockdiscovery />
  +                <D:acl-semantics>
  +                    <D:ace-combination>
  +                        <D:all-grant-before-any-deny />
  +                    </D:ace-combination>
  +                    <D:required-principal>
  +                        <D:all />
  +                    </D:required-principal>
  +                </D:acl-semantics>
  +                <D:getcontentlength>1344</D:getcontentlength>
  +                <D:displayname>test.xml</D:displayname>
  +                <D:owner>
  +                    <D:href>/taminowebdavserver/administration/security/users/localhost/xdav</D:href>
  +                </D:owner>
  +                <D:acl>
  +                    <D:ace>
  +                        <D:principal>
  +                            <D:href>/taminowebdavserver/administration/security/users</D:href>
  +                        </D:principal>
  +                        <D:grant>
  +                            <D:privilege>
  +                                <D:all />
  +                            </D:privilege>
  +                        </D:grant>
  +                        <D:protected />
  +                        <D:inherited>
  +                            <D:href>/taminowebdavserver/</D:href>
  +                        </D:inherited>
  +                    </D:ace>
  +                </D:acl>
  +                <D:getcontenttype>text/xml</D:getcontenttype>
  +                <D:getcontentlanguage>en</D:getcontentlanguage>
  +                <D:resourcetype />
  +                <xsv:xdavContentId xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav">9@ValidXML</xsv:xdavContentId>
  +                <D:getlastmodified>Wed, 07 Aug 2002 15:28:11 GMT</D:getlastmodified>
  +                <D:principal-collection-set>
  +                    <D:href>/taminowebdavserver/administration/security/users</D:href>
  +                </D:principal-collection-set>
  +                <D:supported-privilege-set>
  +                    <D:supported-privilege>
  +                        <D:privilege>
  +                            <D:all />
  +                        </D:privilege>
  +                        <D:description>Any operation</D:description>
  +                        <D:privilege>
  +                            <D:read />
  +                        </D:privilege>
  +                        <D:description>Read any object</D:description>
  +                    </D:supported-privilege>
  +                    <D:supported-privilege>
  +                        <D:privilege>
  +                            <D:write />
  +                        </D:privilege>
  +                        <D:description>Write any object</D:description>
  +                        <D:privilege>
  +                            <D:read-acl />
  +                        </D:privilege>
  +                        <D:description>Read the ACL</D:description>
  +                    </D:supported-privilege>
  +                    <D:supported-privilege>
  +                        <D:privilege>
  +                            <D:write-acl />
  +                        </D:privilege>
  +                        <D:description>Write the ACL</D:description>
  +                    </D:supported-privilege>
  +                </D:supported-privilege-set>
  +                <D:getetag>-732535229_48563_1349</D:getetag>
  +            </D:prop>
  +            <D:status>HTTP/1.1 200 OK</D:status>
  +        </D:propstat>
  +    </D:response>
  +</D:multistatus>]]></body>
  +		</response>
  +	</step>
  +	<cleanup>
  +		<step>
  +			<request>
  +				<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test.xml 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>