juergen     2002/09/24 02:36:24

  Added:       
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Basic_Versioning_semantics
                        VcPropfchinRept_en.xml VcPropfchin_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Checkout-in-place_feature/Uncheckout
                        UnchoutPropfReptpredset_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties
                        Propfworkspacecheckoutset_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Checkout-in-place_feature/Additional_Option_Semantics
                        Options_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method
                        MkWs_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Label_Feature/Additional_Get_Semantics
                        LablSetGet_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Label_Feature/Label_Method
                        LablAdd_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Checkout-in-place_feature/Checkout_method
                        ChoutPropfChoutChin_en.xml
               
testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Checkout-in-place_feature/Checkin_method
                        ChoutChinLH_en.xml
  Log:
  i18n deltaV
  
  Revision  Changes    Path
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Basic_Versioning_semantics/VcPropfchinRept_en.xml
  
  Index: VcPropfchinRept_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if version-control method works. </abstract>
                <description>
                1) PUT command creates a file (i18n resourcename)
                2) VERSION-CONTROL command which puts the file under version control
                3) Propfind command which checks the checked-in property exists
                </description>
                <expectedResult> All commands should complete succesfully 
</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        
                        <body 
fileReference="../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                        
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 1</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,VHR" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                       <multistatus xmlns="DAV:">
                       <response>
                          
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>
                           <propstat>
                              <prop>
                                         <checked-in>
                                            <href>%VHR%</href>
                                 </checked-in>
                              </prop>
                              <status>HTTP/1.1 200 OK</status>
                           </propstat>
                        </response>
                     </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">REPORT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body><![CDATA[<D:version-tree 
xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:version-tree>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,VHR" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <multistatus xmlns="DAV:">
    <response>
      <href>%VHR%/1.0</href>
      <propstat>
        <prop>
          <version-history>
            <href>%VHR%</href>
          </version-history>
        </prop>
        <status>HTTP/1.1 200 OK</status>
      </propstat>
    </response>
  </multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.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/DeltaV/functional/Basic_Versioning_semantics/VcPropfchin_en.xml
  
  Index: VcPropfchin_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if checked-in resource updates when resource 
is modified </abstract>
                <description>
                2) PUT command creates a file (i18n resourcename)
                3) VERSION-CONTROL command which puts the file under version control
                4) Propfind command which checks the checked-in property
                5) Put command which modifies version controlled resource
                6) Propfind command which checks the checked-in property has been 
updated
                </description>
                <expectedResult> Checked-in resource should point to new version 
</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Translate: f</header>
                        <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
                        <header>Connection: Keep-Alive</header>
                        <body 
fileReference="../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</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" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D: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,VHR,globalVariableServerName" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                       <multistatus xmlns="DAV:">
                       <response>
                          
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>
                           <propstat>
                              <prop>
                                         <checked-in>
                                            <href>%VHR%</href>
                                 </checked-in>
                              </prop>
                              <status>HTTP/1.1 200 OK</status>
                           </propstat>
                        </response>
                     </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                
                        <body>&lt;?xml version="1.0" ?&gt;
     &lt;D:propertyupdate xmlns:D="DAV:"&gt;
        &lt;D:set&gt;
                &lt;D:prop&gt;
                        &lt;D:comment&gt;testingàçèéäöüÄÖÜ&lt;/D:comment&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%/i18ndocàçèéäöüÄÖÜ.xml&lt;/d:href&gt;
                        
                
                &lt;d:propstat&gt;
                        &lt;d:prop&gt;
                                &lt;d:comment/&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>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</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" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        
                        <body 
varUsage="globalVariableCollection,VHR,globalVariableServerName" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                       <multistatus xmlns="DAV:">
                       <response>
                          
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>
                           <propstat>
                              <prop>
                                         <checked-in>
                                            <href>%VHR%</href>
                                 </checked-in>
                              </prop>
                              <status>HTTP/1.1 200 OK</status>
                           </propstat>
                        </response>
                     </multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.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/DeltaV/functional/Checkout-in-place_feature/Uncheckout/UnchoutPropfReptpredset_en.xml
  
  Index: UnchoutPropfReptpredset_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if checked-out and predecessor-set properties 
are correct after an Uncheckout command has been carried out</abstract>
                <description>
                1) PUT command creates a file
                2) VERSION-CONTROL command which puts the file under version control
                3) Checkout command which checks out a resource
                4) Uncheckout command which unchecks a resource
                5) Propfind command on checked-in property carried out
                6) Report command on predecessor-set property carried out
                </description>
                <expectedResult> Uncheckout should return resource to original state 
</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Translate: f</header>
                        <header>Connection: Keep-Alive</header>
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
  fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">REPORT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<D:version-tree 
xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:version-tree>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="VH" 
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <multistatus xmlns="DAV:">
    <response>
      <href>*</href>
      <propstat>
        <prop>
          <version-history>
            <href>*</href>
          </version-history>
        </prop>
        <status>HTTP/1.1 200 OK</status>
      </propstat>
    </response>
  </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">CHECKOUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">UNCHECKOUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 0</header>
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in /></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VH,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <D:multistatus xmlns:D="DAV:">
        <D:response>
              
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</D:href>

              <D:propstat>
                    <D:prop>
                          <D:checked-in>
                                <D:href>%VH%/1.0</D:href>
                          </D:checked-in>
                    </D:prop>
                    <D:status>HTTP/1.1 200 OK</D:status>
              </D:propstat>
        </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">REPORT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[
         <D:version-tree xmlns:D="DAV:">
            <D:prop>
               <D:version-name/>
            </D:prop>
         </D:version-tree>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VH,globalVariableServerName"><![CDATA[
  <D:multistatus xmlns:D="DAV:">
        <D:response>
              <D:href>%VH%/1.0</D:href>
              <D:propstat>
                    <D:prop>
                          <D:version-name>1.0</D:version-name>
                    </D:prop>
                    <D:status>HTTP/1.1 200 OK</D:status>
              </D:propstat>
        </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                                <header>Accept-Language: en-us</header>
                                <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/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_en.xml
  
  Index: Propfworkspacecheckoutset_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if its possible to checkout a Vc resource in 
a workspace when it is alread checked out in another workspace </abstract>
                <description>
                0) Compute the workspace path.
                1) MKWORKSPACE command carried out to create a workspace
                2) PUT command creates a file
                3) PUT command creates another file
                4) VERSION-CONTROL command which puts the file under version control
                4) VERSION-CONTROL command which puts the other file under version 
control
                5) VERSION-CONTROL command which creates a resource in workspace and 
puts the file under version control
                6) VERSION-CONTROL command which creates another resource in workspace 
and puts the file under version control
                7) Checkout command which checks out the file in the workspace
                8) Checkout command which checks out the other file in the workspace
                9) Propfind which checks the workspace-checkout-set property
                </description>
                <expectedResult> Propfind should find the workspace-checkout-set 
</expectedResult>
        </specification>
        
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">OPTIONS 
/%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<?xml version="1.0" ?>
                            <D:options xmlns:D="DAV:">
                     <D:workspace-collection-set/>
                  </D:options>
                            ]]>
                        </body>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="WS" 
varPath="options-response/workspace-collection-set/href"><![CDATA[<?xml version="1.0" 
encoding="utf-8" ?>
                  <D:options-response xmlns:D="DAV:">
                      <D:workspace-collection-set>
                          <D:href>*</D:href>
                      </D:workspace-collection-set>
                  </D:options-response>
                  ]]>
              </body>
                </response>
        </step>
   
        <step>
                <request>
                        <command 
varUsage="globalVariableServerName,globalVariableCollection,WS">MKWORKSPACE 
%WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
                        <header>Content-length: 0</header>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.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.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ2.xml
 HTTP/1.1</command>
                        <header>Translate: f</header>
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ2.xml
 HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 1</header>
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VHR1,globalVariableServerName" varDefinition="VHR1" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <multistatus xmlns="DAV:">
    <response>
      
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>
      <propstat>
        <prop>
          <checked-in>
            <href>%VHR1%</href>
          </checked-in>
        </prop>
        <status>HTTP/1.1 200 OK</status>
      </propstat>
    </response>
  </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ2.xml
 HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 1</header>
                        
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        
                        <body 
varUsage="globalVariableCollection,VHR2,globalVariableServerName" varDefinition="VHR2" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <multistatus xmlns="DAV:">
    <response>
      
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ2.xml</href>
      <propstat>
        <prop>
          <checked-in>
            <href>%VHR2%</href>
          </checked-in>
        </prop>
        <status>HTTP/1.1 200 OK</status>
      </propstat>
    </response>
  </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL 
%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ.xml HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                        <body varUsage="VHR1"><![CDATA[<?xml version="1.0" 
encoding="utf-8" ?>
          <D:version-control xmlns:D="DAV:">
             <D:version>
                <D:href>%VHR1%</D:href>
             </D:version>
          </D:version-control>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">VERSION-CONTROL 
%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ2.xml HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                        <body varUsage="VHR2"><![CDATA[<?xml version="1.0" 
encoding="utf-8" ?>
          <D:version-control xmlns:D="DAV:">
             <D:version>
                <D:href>%VHR2%</D:href>
             </D:version>
          </D:version-control>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT 
%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ.xml HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">CHECKOUT 
%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ2.xml HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName,WS">PROPFIND 
%WS%/WSàçèéäöüÄÖÜ/ HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 0</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:workspace-checkout-set/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,WS" varDefinition="VHR2" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <D:multistatus xmlns:D="DAV:">
      <D:response>
          <D:href>%WS%/WSàçèéäöüÄÖÜ</D:href>
          <D:propstat>
              <D:prop>
                  <D:workspace-checkout-set>
                      
<D:href>%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ.xml</D:href>
                      
<D:href>%WS%/WSàçèéäöüÄÖÜ/i18ndocàçèéäöüÄÖÜ2.xml</D:href>
                  </D:workspace-checkout-set>
              </D:prop>
              <D:status>HTTP/1.1 200 OK</D:status>
          </D:propstat>
      </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">DELETE 
%WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ2.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/DeltaV/functional/Checkout-in-place_feature/Additional_Option_Semantics/Options_en.xml
  
  Index: Options_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if checkout-in-place is included in response 
to Options command</abstract>
                <description>
                1) PUT command creates a file (i18n resourcename)
                2) VERSION-CONTROL command which puts the file under version control
                3) Options command carried out on file
                </description>
                <expectedResult> checkout-in-place should be included in header of 
Options response. </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                        
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">OPTIONS 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <header>DAV: 1, 2, slide, access-control, version-control, 
version-history, checkout-in-place, workspace, working-resource, update, label</header>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.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/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWs_en.xml
  
  Index: MkWs_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if the MKWORKSPACE command works correctly 
</abstract>
                <description>
                0) Compute the workspace path.
                1) MKWORKSPACE command carried out ( workspace name with i18n)
                </description>
                <expectedResult> MKWORKSPACE command should return a 201 Created 
response </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">OPTIONS 
/%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<?xml version="1.0" ?>
                            <D:options xmlns:D="DAV:">
                     <D:workspace-collection-set/>
                  </D:options>
                            ]]>
                        </body>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="WS" 
varPath="options-response/workspace-collection-set/href"><![CDATA[<?xml version="1.0" 
encoding="utf-8" ?>
                  <D:options-response xmlns:D="DAV:">
                      <D:workspace-collection-set>
                          <D:href>*</D:href>
                      </D:workspace-collection-set>
                  </D:options-response>
                  ]]>
              </body>
                </response>
        </step>
   
        <step>
                <request>
                        <command 
varUsage="globalVariableServerName,globalVariableCollection,WS">MKWORKSPACE 
%WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
                        <header>Content-length: 0</header>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName,WS">DELETE 
%WS%/WSàçèéäöüÄÖÜ 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/DeltaV/functional/Label_Feature/Additional_Get_Semantics/LablSetGet_en.xml
  
  Index: LablSetGet_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if Get with label header works </abstract>
                <description>
                1) PUT command creates a file
                2) VERSION-CONTROL command which puts the file(i18n resourcename) 
under version control
                3) LABEL command which gives a version a label (i18n label).
                4) PUT command carried out, in order to change the contents of the 
resource
                5) Copy command should return a 200 OK response and the contents of 
the labled file
                </description>
                <expectedResult>GET command should return 200 OK</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  <ValidXML>
  <ValidXML2>This is a test Valid XML document</ValidXML2>
  <ValidXML3>This is a test Valid XML document</ValidXML3>
  <ValidXML4>This is a test Valid XML document</ValidXML4>
  <ValidXML5>This is a test Valid XML document</ValidXML5>
  <ValidXML6>This is a test Valid XML document</ValidXML6>
  <ValidXML7>This is a test Valid XML document</ValidXML7>
  <ValidXML8>This is a test Valid XML document</ValidXML8>
  <ValidXML9>This is a test Valid XML document</ValidXML9>
  <ValidXML10>This is a test Valid XML document</ValidXML10>
  <ValidXML11>This is a test Valid XML document</ValidXML11>
  <ValidXML12>This is a test Valid XML document</ValidXML12>
  <ValidXML13>This is a test Valid XML document</ValidXML13>
  <ValidXML14>This is a test Valid XML document</ValidXML14>
  <ValidXML15>This is a test Valid XML document</ValidXML15>
  <ValidXML16>This is a test Valid XML document</ValidXML16>
  <ValidXML17>This is a test Valid XML document</ValidXML17>
  <ValidXML18>This is a test Valid XML document</ValidXML18>
  <ValidXML19>This is a test Valid XML document</ValidXML19>
  <ValidXML20>This is a test Valid XML document</ValidXML20>
  <ValidXML21>This is a test Valid XML document</ValidXML21>
  <ValidXML22>This is a test Valid XML document</ValidXML22>
  <ValidXML23>This is a test Valid XML document</ValidXML23>
  </ValidXML>
     ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                        
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <header>Depth: 1</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VHR,globalVariableServerName" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                       <multistatus xmlns="DAV:">
                       <response>
                          
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>

                           <propstat>
                              <prop>
                                         <checked-in>
                                            <href>%VHR%</href>
                                 </checked-in>
                              </prop>
                              <status>HTTP/1.1 200 OK</status>
                           </propstat>
                        </response>
                     </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                        <header>host: localhost</header>
                        <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
                    <D:label xmlns:D="DAV:" xmlns:R="http://www.com/";>
                       <D:set>
                          <D:label-name>testàçèéäöüÄÖÜ</D:label-name>
                       </D:set>
                    </D:label>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <header>Cache-Control: no-cache</header>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  <ValidXML>
  <ValidXML2>This is a test Valid XML document</ValidXML2>
  <ValidXML3>This is a test Valid XML document</ValidXML3></ValidXML>
     ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 204 No Content</command>
                
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">GET 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept: */*</header>
                        <header>Accept-Encoding: gzip, deflate</header>
                        
                        <header>Label: testàçèéäöüÄÖÜ</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  <ValidXML>
  <ValidXML2>This is a test Valid XML document</ValidXML2>
  <ValidXML3>This is a test Valid XML document</ValidXML3>
  <ValidXML4>This is a test Valid XML document</ValidXML4>
  <ValidXML5>This is a test Valid XML document</ValidXML5>
  <ValidXML6>This is a test Valid XML document</ValidXML6>
  <ValidXML7>This is a test Valid XML document</ValidXML7>
  <ValidXML8>This is a test Valid XML document</ValidXML8>
  <ValidXML9>This is a test Valid XML document</ValidXML9>
  <ValidXML10>This is a test Valid XML document</ValidXML10>
  <ValidXML11>This is a test Valid XML document</ValidXML11>
  <ValidXML12>This is a test Valid XML document</ValidXML12>
  <ValidXML13>This is a test Valid XML document</ValidXML13>
  <ValidXML14>This is a test Valid XML document</ValidXML14>
  <ValidXML15>This is a test Valid XML document</ValidXML15>
  <ValidXML16>This is a test Valid XML document</ValidXML16>
  <ValidXML17>This is a test Valid XML document</ValidXML17>
  <ValidXML18>This is a test Valid XML document</ValidXML18>
  <ValidXML19>This is a test Valid XML document</ValidXML19>
  <ValidXML20>This is a test Valid XML document</ValidXML20>
  <ValidXML21>This is a test Valid XML document</ValidXML21>
  <ValidXML22>This is a test Valid XML document</ValidXML22>
  <ValidXML23>This is a test Valid XML document</ValidXML23>
  </ValidXML>
     ]]></body>
                </response>
        </step>
        
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                                <header>Destroy: NoUndelete</header>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                                
                        </response>
                </step>
        </cleanup>
        
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Label_Feature/Label_Method/LablAdd_en.xml
  
  Index: LablAdd_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if Labeladd works </abstract>
                <description>
                1) PUT command creates a file
                2) VERSION-CONTROL command which puts the file under version control
                3) LABEL command which gives a version a label.
                4) Propfind command which checks the label property
                </description>
                <expectedResult>LABEL command should set a label, Propfind should find 
the label property </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                        
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Depth: 1</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VHR,globalVariableServerName" varDefinition="VHR" 
varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                       <multistatus xmlns="DAV:">
                       <response>
                          
<href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</href>

                           <propstat>
                              <prop>
                                         <checked-in>
                                            <href>%VHR%</href>
                                 </checked-in>
                              </prop>
                              <status>HTTP/1.1 200 OK</status>
                           </propstat>
                        </response>
                     </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="VHR">LABEL %VHR% HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                        <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
                    <D:label xmlns:D="DAV:" xmlns:R="http://www.com/";>
                       <D:set>
                            <D:label-name>testàçèéäöüÄÖÜ</D:label-name>
                         </D:set>
                      </D:label>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                        <header>Cache-Control: no-cache</header>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="VHR">PROPFIND %VHR% HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 1</header>
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:label-name-set/></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body varUsage="VHR"><![CDATA[<?xml version="1.0" 
encoding="utf-8" ?>
  <D:multistatus xmlns:D="DAV:">
        <D:response>
              <D:href>%VHR%</D:href>
              <D:propstat>
                    <D:prop>
                          <D:label-name-set>
                                <D:label-name>testàçèéäöüÄÖÜ</D:label-name>
                          </D:label-name-set>
                    </D:prop>
                    <D:status>HTTP/1.1 200 OK</D:status>
              </D:propstat>
        </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                                <header>Destroy: NoUndelete</header>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Checkout-in-place_feature/Checkout_method/ChoutPropfChoutChin_en.xml
  
  Index: ChoutPropfChoutChin_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check if checked-out and checked-in properties are 
correct </abstract>
                <description>
                1) PUT command creates a file
                2) VERSION-CONTROL command which puts the file under version control
                3) Checkout command which checks out a resource
                4) Propfind command on checked-out property carried out
                4) Propfind command on checked-in property carried out
                </description>
                <expectedResult> Propfind command should return 207 multi-status 
</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">REPORT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<D:version-tree 
xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:version-tree>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="VH" 
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <multistatus xmlns="DAV:">
    <response>
      <href>*</href>
      <propstat>
        <prop>
          <version-history>
            <href>*</href>
          </version-history>
        </prop>
        <status>HTTP/1.1 200 OK</status>
      </propstat>
    </response>
  </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">CHECKOUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 0</header>
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-out /></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,VH,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <D:multistatus xmlns:D="DAV:">
        <D:response>
              
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</D:href>

              <D:propstat>
                    <D:prop>
                          <D:checked-out>
                                <D:href>%VH%/1.0</D:href>
                          </D:checked-out>
                    </D:prop>
                    <D:status>HTTP/1.1 200 OK</D:status>
              </D:propstat>
        </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Accept-Language: en-us</header>
                        <header>Content-Type: text/xml</header>
                        <header>Translate: f</header>
                        <header>Depth: 0</header>
                        <header>Connection: Keep-Alive</header>
                        <body><![CDATA[<?xml version="1.0" ?><D:propfind 
xmlns:D="DAV:"><D:prop><D:checked-in /></D:prop></D:propfind>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
  <D:multistatus xmlns:D="DAV:">
        <D:response>
              
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml</D:href>

              <D:propstat>
                    <D:prop>
                          <D:checked-in />
                    </D:prop>
                    <D:status>HTTP/1.1 404 Not Found</D:status>
              </D:propstat>
        </D:response>
  </D:multistatus>]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
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/DeltaV/functional/Checkout-in-place_feature/Checkin_method/ChoutChinLH_en.xml
  
  Index: ChoutChinLH_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Test to check the CHECKIN command returns the location 
header </abstract>
                <description>
                1) PUT command creates a file (i18n resourcename)
                2) VERSION-CONTROL command which puts the file under version control
                3) Checkout command which checks out a resource
                4) Checkin command which checks in a resource
                </description>
                <expectedResult> Checkin command should return the location header 
</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../../../../contentDirectory/I18N/schema_en/ISO-8859-1/none/inst_table_nonei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">VERSION-CONTROL 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">REPORT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        <header>Content-Type: text/xml</header>
                        <body><![CDATA[<D:version-tree 
xmlns:D="DAV:"><D:prop><D:version-history/></D:prop></D:version-tree>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="VH" 
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                            <multistatus xmlns="DAV:">
                             <response>
                              <href>*</href>
                              <propstat>
                               <prop>
                                <version-history>
                                 <href>*</href>
                                </version-history>
                               </prop>
                               <status>HTTP/1.1 200 OK</status>
                              </propstat>
                             </response>
                            </multistatus>]]></body>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName,VH">HEAD %VH% 
HTTP/1.1</command>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">CHECKOUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                </request>
                <response>
                        <command>HTTP/1.0 200 OK</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">CHECKIN 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                        <header varUsage="VH">Location: %VH%/1.1</header>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜ.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to