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/07 14:09:12 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition ACE-ConflictGrantWriteDenyAll.xml

juergen     2002/11/07 05:09:12

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition
                        ACE-ConflictGrantWriteDenyAll.xml
  Log:
  Changed due to semantic changes (kaz)
  
  Revision  Changes    Path
  1.7       +18 -19    jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition/ACE-ConflictGrantWriteDenyAll.xml
  
  Index: ACE-ConflictGrantWriteDenyAll.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition/ACE-ConflictGrantWriteDenyAll.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ACE-ConflictGrantWriteDenyAll.xml	24 Sep 2002 11:02:59 -0000	1.6
  +++ ACE-ConflictGrantWriteDenyAll.xml	7 Nov 2002 13:09:12 -0000	1.7
  @@ -84,11 +84,10 @@
   			<header>Connection: Keep-Alive</header>
   		</request>
   		<response>
  -			<command>HTTP/1.0 200 OK</command>
  -			<header>Content-Type: text/html</header>
  +		<command>HTTP/1.0 403 Forbidden</command>
  +		<header>Content-Type: text/html;charset=ISO-8859-1</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 fileReference="../../../contentDirectory/html.html"/>
  -		</response>
  +  			</response>
   	</step>
   	<cleanup>
   		<step>
  @@ -107,20 +106,20 @@
   			</response>
   		</step>
   		<step>
  -		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test.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: Mon, 19 Mar 2001 16:49:09 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>
  +			<request>
  +				<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/test.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: Mon, 19 Mar 2001 16:49:09 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>