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:49:04 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DELTAV searchHistory.xml

juergen     2002/08/29 04:49:04

  Modified:    testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DELTAV
                        searchHistory.xml
  Log:
  To run with different configuration (kaz)
  
  Revision  Changes    Path
  1.3       +23 -7     jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DELTAV/searchHistory.xml
  
  Index: searchHistory.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DELTAV/searchHistory.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- searchHistory.xml	13 Aug 2002 12:44:58 -0000	1.2
  +++ searchHistory.xml	29 Aug 2002 11:49:03 -0000	1.3
  @@ -17,9 +17,25 @@
   		<expectedResult>Main Search should return a 207 Multi-Status response code. 
   		The requested Properties should be returned. Both the PropFind and the Search should be successful.</expectedResult>
   	</specification>
  +	
   	<step>
   		<request>
  -			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +			<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="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/test.xml 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>
  @@ -35,7 +51,7 @@
   	</step>
   	<step>
   		<request>
  -			<command varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL /%globalVariableServerName%/%globalVariableCollection%/test/test.xml HTTP/1.1</command>
   		</request>
   		<response>
   			<command>HTTP/1.1 200 OK</command>
  @@ -55,7 +71,7 @@
   								</D:select>
   								<D:from>
     									<D:scope>
  -    										<D:href>%globalVariableCollection%/test.xml</D:href>
  +    										<D:href>%globalVariableCollection%/test/test.xml</D:href>
     									</D:scope>
   								</D:from>
   							</D:basicsearch>
  @@ -67,7 +83,7 @@
   			<body varUsage="globalVariableCollection,globalVariableServerName" varDefinition="testresourcecheckin" varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   					<D:multistatus xmlns:D="DAV:">
   						<D:response>
  -						<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +						<D:href>/%globalVariableServerName%/%globalVariableCollection%/test/test.xml</D:href>
   							<D:propstat>
   								<D:prop>
   									<D:checked-in>
  @@ -96,7 +112,7 @@
   									</D:select>
   									<D:from>
     										<D:scope>
  -    											<D:href>%globalVariableCollection%/test.xml</D:href>
  +    											<D:href>%globalVariableCollection%/test/test.xml</D:href>
     										</D:scope>
   									</D:from>
   								</D:basicsearch>
  @@ -108,7 +124,7 @@
   			<body varUsage="globalVariableCollection,globalVariableServerName" varDefinition="testresourceversionhistory" varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   							<D:multistatus xmlns:D="DAV:">
   								<D:response>
  -								<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
  +								<D:href>/%globalVariableServerName%/%globalVariableCollection%/test/test.xml</D:href>
   									<D:propstat>
   										<D:prop>
   											<D:version-history>
  @@ -204,7 +220,7 @@
   	<cleanup>
   		<step>
   			<request>
  -				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
  +				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
   				<header>Accept-Language: en-us</header>
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
  
  
  

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