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/12 10:15:21 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/configuration removestore_webdav_stores.xml put_config_webdav_stores.xml

juergen     2002/11/12 01:15:21

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/configuration
                        removestore_webdav_stores.xml
                        put_config_webdav_stores.xml
  Log:
  added collection_2
  
  Revision  Changes    Path
  1.2       +8 -0      jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/configuration/removestore_webdav_stores.xml
  
  Index: removestore_webdav_stores.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/configuration/removestore_webdav_stores.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- removestore_webdav_stores.xml	29 Aug 2002 09:08:44 -0000	1.1
  +++ removestore_webdav_stores.xml	12 Nov 2002 09:15:21 -0000	1.2
  @@ -22,4 +22,12 @@
   			<command>HTTP/1.0 (204,404)</command>
   		</response>
   	</step>
  +	<step>
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/%globalVariableCollection%_2.xml</command>
  +		</request>
  +		<response>
  +			<command>HTTP/1.0 (204,404)</command>
  +		</response>
  +	</step>
   </test>
  
  
  
  1.2       +32 -6     jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/configuration/put_config_webdav_stores.xml
  
  Index: put_config_webdav_stores.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/configuration/put_config_webdav_stores.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- put_config_webdav_stores.xml	23 Aug 2002 15:31:22 -0000	1.1
  +++ put_config_webdav_stores.xml	12 Nov 2002 09:15:21 -0000	1.2
  @@ -11,16 +11,17 @@
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/%globalVariableCollection%.xml</command>
  -			<body varUsage="workdb,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
  +			<body varUsage="workdb,workhost,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
   				<!DOCTYPE configuration SYSTEM "../etc/configuration.dtd">
   				<configuration namespace="taminowebdavserver">
  -					<parameter name="taminoBase">http://localhost/tamino</parameter>
  +					<parameter name="taminoBase">http://%workhost%/tamino</parameter>
   					<parameter name="database">%workdb%</parameter>
   					<parameter name="collection">%globalVariableCollection%</parameter>
   					<parameter name="allowNonXML">true</parameter>
   					<parameter name="autoCreateXmlSchema">true</parameter>
   				</configuration>
  -]]></body>
  +                ]]>
  +           </body>
   		</request>
   		<response>
   			<command>HTTP/1.0 (201,204)</command>
  @@ -34,21 +35,46 @@
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/%globalVariableCollection%_secondCollection.xml</command>
  -			<body varUsage="workdb,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
  +			<body varUsage="workdb,workhost,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
   				<!DOCTYPE configuration SYSTEM "../etc/configuration.dtd">
   				<configuration namespace="taminowebdavserver">
  -					<parameter name="taminoBase">http://localhost/tamino</parameter>
  +					<parameter name="taminoBase">http://%workhost%/tamino</parameter>
   					<parameter name="database">%workdb%</parameter>
   					<parameter name="collection">%globalVariableCollection%_secondCollection</parameter>
   					<parameter name="allowNonXML">true</parameter>
   					<parameter name="autoCreateXmlSchema">true</parameter>
   				</configuration>
  -]]></body>
  +                ]]>
  +           </body>
   		</request>
   		<response>
   			<command>HTTP/1.0 (201,204)</command>
   		</response>
   	</step>
  +
  +	
  +	
  +	<step>
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/%globalVariableCollection%_2.xml</command>
  +			<body varUsage="workdb,workhost,globalVariableCollection"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
  +				<!DOCTYPE configuration SYSTEM "../etc/configuration.dtd">
  +				<configuration namespace="taminowebdavserver">
  +					<parameter name="taminoBase">http://%workhost%/tamino</parameter>
  +					<parameter name="database">%workdb%</parameter>
  +					<parameter name="collection">%globalVariableCollection%_DS2</parameter>
  +					<parameter name="allowNonXML">true</parameter>
  +					<parameter name="autoCreateXmlSchema">true</parameter>
  +					<parameter name="basicQueryClass">org.apache.slide.search.basic.BasicQueryImpl</parameter>
  +				</configuration>
  +                ]]>
  +           </body>
  +		</request>
  +		<response>
  +			<command>HTTP/1.0 (201,204)</command>
  +		</response>
  +	</step>
  +
   
   
   
  
  
  

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