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/05/22 10:00:17 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind DAV_CM_propertyValue_zh.xml DAV_CM_propertyValue_ja.xml DAV_CM_propertyValue_en.xml DAV_C_propertyValueResource_zh.xml DAV_C_propertyValueResource_ja.xml DAV_C_propertyValueResource_en.xml DAV_C_propertyValueCharRef_zh.xml DAV_C_propertyValueCharRef_ja.xml DAV_C_propertyValueCharRef_en.xml DAV_C_propertyValue_zh.xml DAV_C_propertyValue_ja.xml DAV_C_propertyValue_en.xml DAV_C_propertyTagFileRef_zh.xml DAV_C_propertyTagFileRef_ja.xml DAV_C_propertyTagFileRef_en.xml DAV_C_propertyTagCharRef_zh.xml DAV_C_propertyTagCharRef_ja.xml DAV_C_propertyTagCharRef_en.xml DAV_C_propertyTag_zh.xml DAV_C_propertyTag_ja.xml DAV_C_propertyTag_en.xml

juergen     02/05/22 01:00:17

  Added:       testsuite/testsuite/junit/xmltestcases/I18N/propfind
                        DAV_CM_propertyValue_zh.xml
                        DAV_CM_propertyValue_ja.xml
                        DAV_CM_propertyValue_en.xml
                        DAV_C_propertyValueResource_zh.xml
                        DAV_C_propertyValueResource_ja.xml
                        DAV_C_propertyValueResource_en.xml
                        DAV_C_propertyValueCharRef_zh.xml
                        DAV_C_propertyValueCharRef_ja.xml
                        DAV_C_propertyValueCharRef_en.xml
                        DAV_C_propertyValue_zh.xml
                        DAV_C_propertyValue_ja.xml
                        DAV_C_propertyValue_en.xml
                        DAV_C_propertyTagFileRef_zh.xml
                        DAV_C_propertyTagFileRef_ja.xml
                        DAV_C_propertyTagFileRef_en.xml
                        DAV_C_propertyTagCharRef_zh.xml
                        DAV_C_propertyTagCharRef_ja.xml
                        DAV_C_propertyTagCharRef_en.xml
                        DAV_C_propertyTag_zh.xml DAV_C_propertyTag_ja.xml
                        DAV_C_propertyTag_en.xml
  Log:
  std I18N test cases
  
  Revision  Changes    Path
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_CM_propertyValue_zh.xml
  
  Index: DAV_CM_propertyValue_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
  <test>
  
  
  	<specification>
  		
  		<abstract>Test to check properties creation and modifying within DAV namespace.</abstract>
  		
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		
  		<description>1) Put a document.
  		
  		2)Proppatch command which creates then modifys a property in the DAV namespace.
  		
  		3)Propfind to check property has been modified.
  		
  		4)Delete created file.</description>
  		
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  		
  	</specification>
  
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml" fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	        	</response>
   	</step>
   
  
   
  	 <step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     			<header>Accept-Language: en-us</header>
     			<header>Translate: f</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     			&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					即可顯示
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
     	
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					即可顯示add即可顯示
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
        			&lt;/D:propertyupdate&gt;
  			</body>
    
    		</request>
    		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
    				 &lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     					&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/d:href&gt;
        					&lt;d:propstat&gt;
     						&lt;d:prop&gt;
     							&lt;d:authors/&gt;
     						&lt;/d:prop&gt;
     						&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     					&lt;/d:propstat&gt;
     		 		
     					&lt;d:propstat&gt;
     						&lt;d:prop&gt;
     							&lt;d:authors/&gt;
     						&lt;/d:prop&gt;
     						&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     					&lt;/d:propstat&gt;
     				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
    	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     		 
     		 	<header>Depth: 1</header>
     		 
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
     		 	
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 			&lt;response&gt;
      		 				&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/href&gt;
      		 				&lt;propstat&gt;
      		 					&lt;prop&gt;
      		 						&lt;authors&gt;即可顯示add即可顯示&lt;/authors&gt;
      		 					&lt;/prop&gt;
      		 					&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      						&lt;/propstat&gt;
      		 			&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
    
  	<cleanup>
    
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>			
     			<header>Destroy: NoUndelete</header>
     			<header>Translate: f</header>
      			<header>Connection: Keep-Alive</header>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
    		</response>
  	 </step>
  	</cleanup>
  
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_CM_propertyValue_ja.xml
  
  Index: DAV_CM_propertyValue_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
  <test>
  
  
  	<specification>
  		
  		<abstract>Test to check properties creation and modifying within DAV namespace.</abstract>
  		
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		
  		<description>1) Put a document.
  		
  		2)Proppatch command which creates then modifys a property in the DAV namespace.
  		
  		3)Propfind to check property has been modified.
  		
  		4)Delete created file.</description>
  		
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  		
  	</specification>
  
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	        	</response>
   	</step>
   
  
   
  	 <step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     			<header>Accept-Language: en-us</header>
     			<header>Translate: f</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     			&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					製品番号
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
     	
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					製品番号add製品番号
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
        			&lt;/D:propertyupdate&gt;
  			</body>
    
    		</request>
    		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
    			 &lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     			&lt;d:response&gt;
     			&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/d:href&gt;
        			&lt;d:propstat&gt;
     			&lt;d:prop&gt;
     			&lt;d:authors/&gt;
     			&lt;/d:prop&gt;
     			&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     			&lt;/d:propstat&gt;
     		 		
     			&lt;d:propstat&gt;
     			&lt;d:prop&gt;
     			&lt;d:authors/&gt;
     			&lt;/d:prop&gt;
     			&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     			&lt;/d:propstat&gt;
     			&lt;/d:response&gt;
     			&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
    	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     		 
     		 	<header>Depth: 1</header>
     		 
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
     		 	<header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;製品番号add製品番号&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      				&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
    
  	<cleanup>
    
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>			
     			<header>Destroy: NoUndelete</header>
     			<header>Translate: f</header>
      			<header>Connection: Keep-Alive</header>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
    		</response>
  	 </step>
  	</cleanup>
  
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_CM_propertyValue_en.xml
  
  Index: DAV_CM_propertyValue_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
  <test>
  
  
  	<specification>
  		
  		<abstract>Test to check properties creation and modifying within DAV namespace.</abstract>
  		
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		
  		<description>1) Put a document.
  		
  		2)Proppatch command which creates then modifys a property in the DAV namespace.
  		
  		3)Propfind to check property has been modified.
  		
  		4)Delete created file.</description>
  		
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  		
  	</specification>
  
     	<step>
    	   	<request>
  			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     	   
     	      		<body fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xml"  fileEncoding='ISO-8859-1'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	        	</response>
   	</step>
   
  
   
  	 <step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     			<header>Accept-Language: en-us</header>
     			<header>Translate: f</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     			&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					àçèéäöüÄÖÜ
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
     	
     			&lt;D:set&gt;
     				&lt;D:prop&gt;
     					&lt;D:authors&gt;
     					àçèéäöüÄÖÜaddàçèéäöüÄÖÜ
     					&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     			&lt;/D:set&gt;
        			&lt;/D:propertyupdate&gt;
  			</body>
    
    		</request>
    		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
    				 &lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     					&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/d:href&gt;
        					&lt;d:propstat&gt;
     						&lt;d:prop&gt;
     							&lt;d:authors/&gt;
     						&lt;/d:prop&gt;
     						&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     					&lt;/d:propstat&gt;
     		 		
     					&lt;d:propstat&gt;
     						&lt;d:prop&gt;
     							&lt;d:authors/&gt;
     						&lt;/d:prop&gt;
     						&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     					&lt;/d:propstat&gt;
     				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
    	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>
     		 
     		 	<header>Depth: 1</header>
     		 
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
     		 	<header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 			&lt;response&gt;
      		 				&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.html&lt;/href&gt;
      		 				&lt;propstat&gt;
      		 					&lt;prop&gt;
      		 						&lt;authors&gt;àçèéäöüÄÖÜaddàçèéäöüÄÖÜ&lt;/authors&gt;
      		 					&lt;/prop&gt;
      		 					&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      						&lt;/propstat&gt;
      		 			&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
    
  	<cleanup>
    
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.html HTTP/1.1</command>			
     			<header>Destroy: NoUndelete</header>
     			<header>Translate: f</header>
      			<header>Connection: Keep-Alive</header>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
    		</response>
  	 </step>
  	</cleanup>
  
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueResource_zh.xml
  
  Index: DAV_C_propertyValueResource_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document(Resourcename having i18n char).
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml" fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				即可顯示
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;即可顯示&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/即可顯示1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueResource_ja.xml
  
  Index: DAV_C_propertyValueResource_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document(with I18N resource name).
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				製品番号
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;製品番号&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/製品番号1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueResource_en.xml
  
  Index: DAV_C_propertyValueResource_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document(resource name withh I18N).
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/inst_table_nonei18n_utf-8NP.xml" fileEncoding='UTF-8' >
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				àçèéäöüÄÖÜ
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;àçèéäöüÄÖÜ&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/àçèéäöüÄÖÜ1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueCharRef_zh.xml
  
  Index: DAV_C_propertyValueCharRef_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N character Ref in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml" fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/none/propertyValueCharRef.xml" fileEncoding='UTF-8' >
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;即可顯示&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueCharRef_ja.xml
  
  Index: DAV_C_propertyValueCharRef_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N character reference in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/none/propertyValueCharRef.xml" fileEncoding='UTF-8' >
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;製品番号&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValueCharRef_en.xml
  
  Index: DAV_C_propertyValueCharRef_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N character Ref in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/inst_table_nonei18n_utf-8NP.xml" fileEncoding='UTF-8' >
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/propertyValueCharRef.xml" fileEncoding='UTF-8' >
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;àçèéäöüÄÖÜ&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValue_zh.xml
  
  Index: DAV_C_propertyValue_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml" fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				即可顯示
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;即可顯示&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValue_ja.xml
  
  Index: DAV_C_propertyValue_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				製品番号
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;製品番号&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyValue_en.xml
  
  Index: DAV_C_propertyValue_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property value having I18N characters in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xml"  fileEncoding='ISO-8859-1'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
  			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:authors&gt;
     				àçèéäöüÄÖÜ
     				&lt;/D:authors&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
     			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:authors/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  			<header>Content-Type: text/xml</header>
  			<header>Depth: 1</header>
     		 	<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><authors/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  				&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 		&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 		&lt;response&gt;
      		 		&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 		&lt;propstat&gt;
      		 		&lt;prop&gt;
      		 		&lt;authors&gt;àçèéäöüÄÖÜ&lt;/authors&gt;
      		 		&lt;/prop&gt;
      		 		&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 		&lt;/propstat&gt;
      		 		&lt;/response&gt;
      		 		&lt;/multistatus&gt;
  			</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
  		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagFileRef_zh.xml
  
  Index: DAV_C_propertyTagFileRef_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char (thru file Ref) in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml"  fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/none/propertyTag.xml"  fileEncoding='UTF-8'>
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:即可顯示/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><即可顯示/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;即可顯示&gt;test&lt;/即可顯示&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagFileRef_ja.xml
  
  Index: DAV_C_propertyTagFileRef_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char(thru file Ref) in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/none/propertyTag.xml"  fileEncoding='UTF-8'>
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:製品番号/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><製品番号/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;製品番号&gt;test&lt;/製品番号&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagFileRef_en.xml
  
  Index: DAV_C_propertyTagFileRef_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char (thru file Ref) in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource5.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/inst_table_nonei18n_utf-8NP.xml"  fileEncoding='UTF-8' >
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource5.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/propertyTag.xml" fileEncoding='UTF-8'>
  			</body>
       	      	</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:àçèéäöüÄÖÜ/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource5.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><àçèéäöüÄÖÜ/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource5.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;àçèéäöüÄÖÜ&gt;test&lt;/àçèéäöüÄÖÜ&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource5.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagCharRef_zh.xml
  
  Index: DAV_C_propertyTagCharRef_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char ref in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml" fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/none/propertyTagCharRef.xml"  fileEncoding='UTF-8'>
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:即可顯示/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><即可顯示/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;即可顯示&gt;test&lt;/即可顯示&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagCharRef_ja.xml
  
  Index: DAV_C_propertyTagCharRef_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char ref in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/none/propertyTagCharRef.xml"  fileEncoding='UTF-8'>
       	      		</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:製品番号/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><製品番号/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;製品番号&gt;test&lt;/製品番号&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTagCharRef_en.xml
  
  Index: DAV_C_propertyTagCharRef_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char ref in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/inst_table_nonei18n_utf-8NP.xml" fileEncoding='UTF-8' >
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/propertyTagCharRef.xml" fileEncoding='UTF-8'>
  			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:àçèéäöüÄÖÜ/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><àçèéäöüÄÖÜ/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;àçèéäöüÄÖÜ&gt;test&lt;/àçèéäöüÄÖÜ&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTag_zh.xml
  
  Index: DAV_C_propertyTag_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/inst_table_nonei18n_Big5JP.xml"  fileEncoding='Big5'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:即可顯示&gt;
     				test
     				&lt;/D:即可顯示&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:即可顯示/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><即可顯示/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;即可顯示&gt;test&lt;/即可顯示&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTag_ja.xml
  
  Index: DAV_C_propertyTag_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/inst_table_nonei18n_Shift_JIS.xml"  fileEncoding='Shift_JIS'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:製品番号&gt;
     				test
     				&lt;/D:製品番号&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:製品番号/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><製品番号/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;製品番号&gt;test&lt;/製品番号&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
    		</request>
    		<response>
     			<command>HTTP/1.0 204 No Content</command>
  		</response>
   	</step>
  </cleanup>
  </test>
  
  
  
  1.1                  jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/propfind/DAV_C_propertyTag_en.xml
  
  Index: DAV_C_propertyTag_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
  	<specification>
  		<abstract>Test to check creation of properties withing DAV namespace.</abstract>
  		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
  		<description>1) Put a document.
  		2)Proppatch command which creates a property where the property tag uses I18N char in the DAV namespace.
  		3)Propfind to check property has been created.
  		4)Delete created file.</description>
  		<expectedResult>Properties created successfully. 207 with 200 in the body received.</expectedResult>
  	</specification>
     	<step>
    	   	<request>
     	      		<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
                			<header>Connection: Keep-Alive</header>
                			<body fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xml" fileEncoding='ISO-8859-1'>
       	      		</body>
    	   	</request>
    	  	<response>
     	     		<command>HTTP/1.0 201 Created</command>
     	  	</response>
   	</step>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     			<header>Pragma: no-cache</header>
     			<header>Connection: close</header>
     			<body>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;D:propertyupdate xmlns:D="DAV:"&gt;
     				&lt;D:set&gt;
     				&lt;D:prop&gt;
     				&lt;D:àçèéäöüÄÖÜ&gt;
     				test
     				&lt;/D:àçèéäöüÄÖÜ&gt;
     				&lt;/D:prop&gt;
     				&lt;/D:set&gt;
     				&lt;/D:propertyupdate&gt;
     			</body>
     		</request>
     		<response>
     			<command>HTTP/1.0 207 Multi-Status</command>
  			<body varUsage="globalVariableCollection,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
     				&lt;d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" &gt;
     				&lt;d:response&gt;
     				&lt;d:href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/d:href&gt;
  				&lt;d:propstat&gt;
     				&lt;d:prop&gt;
     				&lt;d:àçèéäöüÄÖÜ/&gt;
     				&lt;/d:prop&gt;
     				&lt;d:status&gt;HTTP/1.1 200 OK&lt;/d:status&gt;
     				&lt;/d:propstat&gt;
  				&lt;/d:response&gt;
     				&lt;/d:multistatus&gt;
  			</body>
    		</response>
   	</step>
   	<step>
   	   	<user varUsage="userNumber">user%userNumber%</user>
             		<password varUsage="userNumber">user%userNumber%</password>
   	      	<request>
     	         		<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/resource1.xml HTTP/1.1</command>
     			<header>Content-Type: text/xml</header>
     		 	<header>Depth: 1</header>
     		 	<header>Connection: Keep-Alive</header>
     		 	<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><àçèéäöüÄÖÜ/></prop></propfind>]]></body>
    	      	</request>
    	      	<response>
     	         		<command>HTTP/1.0 207 Multi-Status</command>
      		 	<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
      		 	&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
      		 	&lt;response&gt;
      		 	&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/resource1.xml&lt;/href&gt;
      		 	&lt;propstat&gt;
      		 	&lt;prop&gt;
      		 	&lt;àçèéäöüÄÖÜ&gt;test&lt;/àçèéäöüÄÖÜ&gt;
      		 	&lt;/prop&gt;
      		 	&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
      		 	&lt;/propstat&gt;
      		 	&lt;/response&gt;
      		 	&lt;/multistatus&gt;</body>
    	      	</response>
   	   </step>
  <cleanup>
   	<step>
    		<request>
     			<command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/resource1.xml 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>