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 ju...@apache.org on 2002/11/04 14:14:49 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml

juergen     2002/11/04 05:14:48

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/proppatch/code
                        PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml
  Log:
  the getcontentlanguage property can be modified (and removed).
  
  Revision  Changes    Path
  1.6       +40 -65    jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml	13 Aug 2002 12:45:18 -0000	1.5
  +++ PropPatchDeleteDAVPropertyWithPropFindOnContentLanguage.xml	4 Nov 2002 13:14:48 -0000	1.6
  @@ -18,106 +18,81 @@
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.html 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/html.html"/>
   		</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">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
   			<header>Content-Type: text/xml</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>Pragma: no-cache</header>
  -			<header>Connection: close</header>
   			<body><![CDATA[<?xml version="1.0" ?>
  -   <D:propertyupdate xmlns:D="DAV:" xmlns:Z="http://www.com/">
  -   	   	
  -
  -   	<D:remove>
  -   	 <D:prop>
  -   	 	<D:getcontentlanguage/>
  -   	 </D:prop>
  -   	 </D:remove>
  -
  -
  -   	</D:propertyupdate>]]></body>
  +                   <D:propertyupdate xmlns:D="DAV:" xmlns:Z="http://www.com/">
  +                   	   	
  +                
  +                   	<D:remove>
  +                   	 <D:prop>
  +                   	 	<D:getcontentlanguage/>
  +                   	 </D:prop>
  +                   	 </D:remove>
  +                
  +                
  +                   	</D:propertyupdate>
  +                   	]]>
  +           </body>
   		</request>
   		<response>
   			<command>HTTP/1.0 207 Multi-Status</command>
  -			<header>Date: Tue, 13 Feb 2001 12:45:26 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>
   			<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  -   <d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" >
  -   <d:response>
  -   	<d:href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</d:href>
  -   		
  -   		   		
  -    	<d:propstat>
  -   		<d:prop>
  -   		<d:getcontentlanguage/>
  -   		</d:prop>
  -   		<d:status>HTTP/1.1 409 Conflict</d:status>
  -        <responsedescription>Property &lt;getcontentlanguage xmlns="DAV:" /&gt; is protected</responsedescription>
  -   		</d:propstat>
  -   	
  -   	</d:response>
  -   	</d:multistatus>]]></body>
  +                <D:multistatus xmlns:D="DAV:">
  +                  <D:response>
  +                   	<D:href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</D:href>
  +                    <D:propstat>
  +                      <D:prop>
  +                        <D:getcontentlanguage />
  +                      </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%/resource1.html 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" ?><propfind xmlns="DAV:"><prop><getcontentlanguage/></prop></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:" xmlns:S="http://jakarta.apache.org/slide/" >
  -    		 <response>
  -    		 <href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</href>
  -    		 <propstat>
  -    		 <prop>
  -    		 <getcontentlanguage>resource1.html</getcontentlanguage>
  -    		 </prop>
  -    		 <status>HTTP/1.1 200 OK</status>
  -    		 </propstat>
  -    		 </response>
  -    		 </multistatus>]]></body>
  +			<body varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +                <D:multistatus xmlns:D="DAV:">
  +                  <D:response>
  +                    <D:href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</D:href>
  +                    <D:propstat>
  +                      <D:prop>
  +                        <D:getcontentlanguage />
  +                      </D:prop>
  +                      <D:status>HTTP/1.1 404 Not Found</D:status>
  +                    </D:propstat>
  +                  </D:response>
  +                </D:multistatus>
  +        		 ]]>
  +            </body>
   		</response>
   	</step>
   	<cleanup>
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.html 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, 20 Feb 2001 16:49:49 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>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>