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/05/29 09:42:29 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/delete/code Delete403Col.xml

juergen     02/05/29 00:42:29

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/delete/code
                        Delete403Col.xml
  Log:
  Changed expected response from 403 Forbidden to 207 Multi Status containing 403 Forbidden
  
  Revision  Changes    Path
  1.2       +45 -2     jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/delete/code/Delete403Col.xml
  
  Index: Delete403Col.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/delete/code/Delete403Col.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Delete403Col.xml	9 Jan 2002 18:03:48 -0000	1.1
  +++ Delete403Col.xml	29 May 2002 07:42:29 -0000	1.2
  @@ -13,7 +13,7 @@
                   </description>
   		
   		<expectedResult>
  -		Should have a 403 - Forbidden response returned
  +		Should return a 207 Multi Status which contains 403 Forbidden
   		</expectedResult>
   		
   	</specification>
  @@ -28,10 +28,53 @@
            	 <header>Connection: Keep-Alive</header>
         	      </request>
         	      <response>
  -         	 <command>HTTP/1.0 403 Forbidden</command>
  +         	 <command>HTTP/1.0 207 Multi Status</command>
            	 <header>Date: Wed, 14 Mar 2001 14:47:37 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><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +         	 <D:multistatus xmlns:D="DAV:">
  +  <D:response>
  +    <D:href>/administration/statistics/history/GlobalCache.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/history/DatabaseHandler.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/history/ParentStore.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/history/ContentCache.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/deltavtest/GlobalCache.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/deltavtest/DatabaseHandler.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/deltavtest/ParentStore.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/deltavtest/ContentCache.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics/WebDAV.xml</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +  <D:response>
  +    <D:href>/administration/statistics</D:href>
  +    <D:status>HTTP/1.1 403 Forbidden</D:status>
  +  </D:response>
  +</D:multistatus>]]></body>
         	      </response>
        	   </step>
    	
  
  
  

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