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/08/29 13:52:28 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/DAVResourceType NonExistingProperty.xml

juergen     2002/08/29 04:52:28

  Modified:    testsuite/testsuite/junit/xmltestcases/DASL/functional/where/DAVResourceType
                        NonExistingProperty.xml
  Log:
  To run with different configuration (kaz)
  
  Revision  Changes    Path
  1.4       +28 -2     jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/DAVResourceType/NonExistingProperty.xml
  
  Index: NonExistingProperty.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/DAVResourceType/NonExistingProperty.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NonExistingProperty.xml	13 Aug 2002 12:45:26 -0000	1.3
  +++ NonExistingProperty.xml	29 Aug 2002 11:52:28 -0000	1.4
  @@ -14,6 +14,21 @@
   	</specification>
   	<step>
   		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName"> MKCOL /%globalVariableServerName%/%globalVariableCollection%/test 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>
  +		</request>
  +		<response>
  +			<command>HTTP/1.0 201 Created</command>
  +			<header>Date: Wed, 21 Feb 2001 12:55:57 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="globalVariableServerName">SEARCH /%globalVariableServerName% HTTP/1.1</command>
   			<body varUsage="globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   							<searchrequest xmlns:D="DAV:">
  @@ -25,7 +40,7 @@
   									</D:select>
   									<D:from>
   										<D:scope>
  -											<D:href>%globalVariableCollection%/</D:href>
  +											<D:href>%globalVariableCollection%/test</D:href>
   											<D:depth>1</D:depth>
   										</D:scope>
   									</D:from>
  @@ -38,7 +53,7 @@
   			<body varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   							<D:multistatus xmlns:D="DAV:">
       								<D:response>
  -        							<D:href>/%globalVariableServerName%/%globalVariableCollection%</D:href>
  +        							<D:href>/%globalVariableServerName%/%globalVariableCollection%/test</D:href>
           								<D:propstat>
               									<D:prop>
                   									<D:undefinedproperty />
  @@ -50,4 +65,15 @@
      				]]></body>
   		</response>
   	</step>
  +	<cleanup>
  +		<step>
  +			<request>
  +				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  +			</request>
  +			<response>
  +				<command>HTTP/1.0 204 No Content</command>
  +			</response>
  +		</step>
  +		
  +	</cleanup>
   </test>
  
  
  

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