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 2003/08/26 14:19:57 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/uncheckout ChoutProppUnchout.xml

juergen     2003/08/26 05:19:57

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/uncheckout
                        ChoutProppUnchout.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +18 -14    jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/uncheckout/ChoutProppUnchout.xml
  
  Index: ChoutProppUnchout.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/uncheckout/ChoutProppUnchout.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ChoutProppUnchout.xml	13 Aug 2002 12:45:00 -0000	1.2
  +++ ChoutProppUnchout.xml	26 Aug 2003 12:19:57 -0000	1.3
  @@ -55,25 +55,28 @@
   			<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:prop><D:displayname/></D:prop></D:propfind>]]></body>
  +			<body><![CDATA[<?xml version="1.0" ?><D:propfind xmlns:D="DAV:" xmlns:R="http://www.com/"><D:prop><R:test/></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,globalVariableServerName,VH" varDefinition="VH" varPath="multistatus/response/propstat/prop/displayname"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  -	                                    <multistatus xmlns="DAV:">
  +	                                    <multistatus xmlns="DAV:" xmlns:R="http://www.com/" >
     <response>
       <href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
       <propstat>
         <prop>
  -        <displayname>%VH%</displayname>
  +        <R:test/>
       </prop>
  -    <status>HTTP/1.1 200 OK</status>
  +    <status>HTTP/1.1 404 not Found</status>
      </propstat>
    </response>
   </multistatus>]]></body>
   		</response>
   	</step>
  +	
  +	
  +	
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  @@ -83,14 +86,14 @@
   			<header>Translate: f</header>
   			<header>Pragma: no-cache</header>
   			<header>Connection: close</header>
  -			<body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:"><D:set><D:prop><D:displayname>This is a Test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  +			<body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><R:test>This is a Test</R:test></D:prop></D:set></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"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</d:href><d:propstat><d:prop><d:displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  +			<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV" xmlns:R="http://www.com/"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</d:href><d:propstat><d:prop><R:test/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
   		</response>
   	</step>
   	<step>
  @@ -102,18 +105,18 @@
   			<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:prop><D:displayname/></D:prop></D:propfind>]]></body>
  +			<body><![CDATA[<?xml version="1.0" ?><D:propfind xmlns:D="DAV:" xmlns:R="http://www.com/"><D:prop><R:test/></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,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  -	                                    <multistatus xmlns="DAV:">
  +	                                    <multistatus xmlns="DAV:" xmlns:R="http://www.com/">
     <response>
       <href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
       <propstat>
         <prop>
  -        <displayname>This is a Test</displayname>
  +        <R:test>This is a Test</R:test>
       </prop>
       <status>HTTP/1.1 200 OK</status>
      </propstat>
  @@ -139,25 +142,26 @@
   			<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:prop><D:displayname/></D:prop></D:propfind>]]></body>
  +			<body><![CDATA[<?xml version="1.0" ?><D:propfind xmlns:D="DAV:" xmlns:R="http://www.com/"><D:prop><R:test/></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,globalVariableServerName,VH"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  -	                                    <multistatus xmlns="DAV:">
  +			<body varUsage="globalVariableCollection,globalVariableServerName,VH" varDefinition="VH" varPath="multistatus/response/propstat/prop/displayname"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +	                                    <multistatus xmlns="DAV:" xmlns:R="http://www.com/">
     <response>
       <href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</href>
       <propstat>
         <prop>
  -        <displayname>%VH%</displayname>
  +        <R:test/>
       </prop>
  -    <status>HTTP/1.1 200 OK</status>
  +    <status>HTTP/1.1 404 not Found</status>
      </propstat>
    </response>
   </multistatus>]]></body>
   		</response>
   	</step>
  +	
   	<cleanup>
   		<step>
   			<request>