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:24:34 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration puti18n_config_en.xml puti18n_config_ja.xml puti18n_config_zh.xml puti18n_removestore_en.xml puti18n_removestore_ja.xml puti18n_removestore_zh.xml

juergen     2002/11/12 01:24:34

  Added:       testsuite/testsuite/junit/xmltestcases/configuration
                        puti18n_config_en.xml puti18n_config_ja.xml
                        puti18n_config_zh.xml puti18n_removestore_en.xml
                        puti18n_removestore_ja.xml
                        puti18n_removestore_zh.xml
  Log:
  moved from I18N test area.
  
  Revision  Changes    Path
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_config_en.xml
  
  Index: puti18n_config_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_en -->
  	<!--  schema_en/ISO-8859-1/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜiso8859.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/collection/storeConfigIso88591.xm1" fileEncoding="ISO-8859-1"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_en/UTF-16/collection/storeConfigUtf16.xm1" fileEncoding="UTF-16"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16BE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_en/UTF-16BE/collection/storeConfigUtf16BE.xm1" fileEncoding="UTF-16BE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16LE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_en/UTF-16LE/collection/storeConfigUtf16LE.xm1" fileEncoding="UTF-16LE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf8.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_en/UTF-8/collection/storeConfigUtf8.xm1" fileEncoding="UTF-8"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_config_ja.xml
  
  Index: puti18n_config_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_ja -->
  	<!--  schema_ja/shift_JIS/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/製品番号shiftJIS.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/collection/storeConfig.xm1" fileEncoding="Shift_JIS"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/製品番号utf16.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_ja/UTF-16/collection/storeConfig.xm1" fileEncoding="UTF-16"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/製品番号utf16BE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_ja/UTF-16BE/collection/storeConfig.xm1" fileEncoding="UTF-16BE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/製品番号utf16LE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_ja/UTF-16LE/collection/storeConfig.xm1" fileEncoding="UTF-16LE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/製品番号utf8.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/collection/storeConfig.xm1" fileEncoding="UTF-8"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_config_zh.xml
  
  Index: puti18n_config_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_zh -->
  	<!--  schema_zh/Big5/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/即可顯示Big5.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_zh/Big5/collection/storeConfig.xm1" fileEncoding="Big5"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/即可顯示utf16.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_zh/UTF-16/collection/storeConfig.xm1" fileEncoding="UTF-16"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/即可顯示utf16BE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_zh/UTF-16BE/collection/storeConfig.xm1" fileEncoding="UTF-16BE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/即可顯示utf16LE.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_zh/UTF-16LE/collection/storeConfig.xm1" fileEncoding="UTF-16LE"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/administration/configuration/即可顯示utf8.xml HTTP/1.1</command>
  			<body varUsage="workdb" fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/collection/storeConfig.xm1" fileEncoding="UTF-8"/>
  		</request>
  		<response>
  			<command>HTTP/1.0 (201,204)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_removestore_en.xml
  
  Index: puti18n_removestore_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_en -->
  	<!--  schema_en/ISO-8859-1/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜiso8859.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16BE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf16LE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/ßàçèéäöüÄÖÜutf8.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_removestore_ja.xml
  
  Index: puti18n_removestore_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_ja -->
  	<!--  schema_ja/shift_JIS/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/製品番号shiftJIS.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/製品番号utf16.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/製品番号utf16BE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/製品番号utf16LE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/製品番号utf8.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/configuration/puti18n_removestore_zh.xml
  
  Index: puti18n_removestore_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract> Checks if stores with i18n characters can be created. After running this test the webDAV server needs to be restarted</abstract>
  		<description> The test case consist of following steps: PUTs a  configuration file into administration/configuration directory</description>
  		<expectedResult> Status code returned by Put Method must be 201 Created/Changed to 204 in order to run it repeatedly</expectedResult>
  	</specification>
  	<!--  schema_zh -->
  	<!--  schema_zh/Big5/collection -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/即可顯示Big5.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/即可顯示utf16.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/即可顯示utf16BE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/即可顯示utf16LE.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  	<step>
  		<request>
  			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/administration/configuration/即可顯示utf8.xml HTTP/1.1</command>
  		</request>
  		<response>
  			<command>HTTP/1.0 (204,404)</command>
  		</response>
  	</step>
  	<!--             Test Case       Test Case         Test Case          Test Case                                      -->
  </test>
  
  
  

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