juergen     2003/08/28 05:26:13

  Modified:    testsuite/testsuite/junit/xmltestcases/DASL/functional/orderby/DAV
                        orderByContentLengthWhereGTDescending.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.7       +228 -576  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/orderby/DAV/orderByContentLengthWhereGTDescending.xml
  
  Index: orderByContentLengthWhereGTDescending.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/orderby/DAV/orderByContentLengthWhereGTDescending.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- orderByContentLengthWhereGTDescending.xml 22 Aug 2003 10:46:06 -0000      1.6
  +++ orderByContentLengthWhereGTDescending.xml 28 Aug 2003 12:26:13 -0000      1.7
  @@ -1,11 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
   <test>
  -     <specification>
  -             <abstract> Search for specified properties within all resources where 
the content length is greater than a
  +  <specification>
  +    <abstract> Search for specified properties within all resources where the 
content length is greater than a
                defined value. Order the result by contenttype in descending order. 
</abstract>
  -             <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
  -             <description>
  +    <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
  +    <description>
                1) MKCol to create a collection for all resources to be Put into.
                2) 10 files are Put to the server. These are either XML, HTML or TEXT 
files and have increasing sizes.
                File 1 - 
  @@ -54,7 +54,7 @@
                The result is ordered by contenttype in descending order.
                5) The resources are deleted.
                </description>
  -             <expectedResult>A 207 Multi-Status response code should be received as 
a result of the Search.
  +    <expectedResult>A 207 Multi-Status response code should be received as a result 
of the Search.
                
                The requested resources for files test9.xml and test10.html should be 
returned and ordered as follows:
                test9.xml
  @@ -64,553 +64,204 @@
                
                The property 'test' does not exist on any resource and so a 404 Not 
Found error should be returned by each resource.
                </expectedResult>
  -     </specification>
  -     <step>
  -             <request>
  -                     <command 
varUsage="globalVariableCollection,globalVariableServerName"> MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  -                     <header>Accept-Language: en-us</header>
  -                     <header>Translate: f</header>
  -                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  -                     <header>Connection: Keep-Alive</header>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test1.html 
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><![CDATA[<html>
  -
  -   <head>
  -
  -   </head>
  -
  -   <body>
  -
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Testhtml</font></br>
  -   </body>
  -
  -</html>
  -                     
  -                     
  -                     ]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test2.txt 
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><![CDATA[This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Document]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test3.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><![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>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test4.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><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  -<ValidXML>
  -<ValidXML2>This is a test Valid XML documentt</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>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test5.html 
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><![CDATA[<html>
  -
  -   <head>
  -
  -   </head>
  -
  -   <body>
  -
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html D</font></br>
  -   </body>
  -
  -</html>
  -                     
  -                     
  -                     ]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test6.txt 
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><![CDATA[This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Document]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test7.txt 
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><![CDATA[This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Document
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Documen
  -This is a test TXT Document]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test8.html 
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><![CDATA[<html>
  -
  -   <head>
  -
  -   </head>
  -
  -   <body>
  -
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Docu</font></br>
  -   </body>
  -
  -</html>
  -                     
  -                     
  -                     ]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test9.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><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  -<ValidXML>
  -<ValidXML2>This is a test Valid XML documenttttttt</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>
  -<ValidXML23>This is a test Valid XML document</ValidXML23>
  -</ValidXML>]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test10.html 
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><![CDATA[<html>
  -
  -   <head>
  -
  -   </head>
  -
  -   <body>
  -
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+1">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+2">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+3">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Document</FONT></br>
  -   <FONT SIZE="+4">This is a Test html Docume</font></br>
  -   </body>
  -
  -</html>
  -                     
  -                     
  -                     ]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 201 Created</command>
  -                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -                     <header>Content-Language: en</header>
  -                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/test/test8.html 
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"?>
  +  </specification>
  +  <step>
  +    <request>
  +      <command varUsage="globalVariableCollection,globalVariableServerName"> MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  +      <header>Accept-Language: en-us</header>
  +      <header>Translate: f</header>
  +      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  +      <header>Connection: Keep-Alive</header>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test1.html 
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/DASLsmallhtml.html"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test2.txt 
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/txt.txt"/>
  +     
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test3.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/validxml3k.xm1"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test4.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/validxml4k.xm1"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test5.html 
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/html_5.html"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test6.txt 
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/txt6.txt"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test7.txt 
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/txt7.txt"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test8.html 
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/html_8.html"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test9.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/attributedChoice1Instance10k.xm1"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test/test10.html 
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/html_11.html"/>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 201 Created</command>
  +      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +      <header>Content-Language: en</header>
  +      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/test/test8.html 
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:getcontentlength/>
                                                </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,globalVariableServerName" 
varDefinition="test8contentlength" 
varPath="multistatus/response/propstat/prop/getcontentlength"><![CDATA[
  +    </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,globalVariableServerName" 
varDefinition="test8contentlength" 
varPath="multistatus/response/propstat/prop/getcontentlength"><![CDATA[
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test/test8.html</D:href>
  @@ -623,12 +274,12 @@
                                                </D:response>
                                        </D:multistatus>
                 ]]></body>
  -             </response>
  -     </step>
  -     <step>
  -             <request>
  -                     <command 
varUsage="globalVariableServerName,globalVariableCollection,">SEARCH 
/%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -                     <body  nosorting="true" 
varUsage="test8contentlength"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  +    </response>
  +  </step>
  +  <step>
  +    <request>
  +      <command varUsage="globalVariableServerName,globalVariableCollection,">SEARCH 
/%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  +      <body varUsage="test8contentlength"><![CDATA[<?xml version="1.0" 
encoding="UTF-8"?>
                                                        <searchrequest xmlns:D="DAV:">
                                                                <D:basicsearch>
                                                                        <D:select>
  @@ -640,6 +291,7 @@
                                                                        <D:from>
                                                                                       
 <D:scope>
                                                                                       
 <D:href>test</D:href>
  +                                                                             
                                                                                       
 </D:scope>
                                                                        </D:from>
                                                                        <D:where>
  @@ -661,10 +313,10 @@
                                                                </D:basicsearch>
                                                        </searchrequest>
                                ]]></body>
  -             </request>
  -             <response>
  -                     <command>HTTP/1.0 207 Multi-Status</command>
  -                     <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
  +    </request>
  +    <response>
  +      <command>HTTP/1.0 207 Multi-Status</command>
  +      <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                        <D:multistatus xmlns:D="DAV:">
                                                                <D:response>
                                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test/test9.xml</D:href>
  @@ -698,24 +350,24 @@
                                                                </D:response>
                                                        </D:multistatus>
                        ]]></body>
  -             </response>
  -     </step>
  -     <cleanup>
  -             <step>
  -                     <request>
  -                             <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  -                             <header>Accept-Language: en-us</header>
  -                             <header>Destroy: NoUndelete</header>
  -                             <header>Translate: f</header>
  -                             <header>User-Agent: Microsoft Data Access Internet 
Publishing Provider DAV</header>
  -                             <header>Connection: Keep-Alive</header>
  -                     </request>
  -                     <response>
  -                             <command>HTTP/1.0 204 No Content</command>
  -                             <header>Date: Wed, 14 Mar 2001 14:47:37 
GMT+01:00</header>
  -                             <header>Content-Language: en</header>
  -                             <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 
(JSP 1.1; Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  -                     </response>
  -             </step>
  -     </cleanup>
  +    </response>
  +  </step>
  +  <cleanup>
  +    <step>
  +      <request>
  +        <command varUsage="globalVariableCollection,globalVariableServerName"> 
DELETE /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  +        <header>Accept-Language: en-us</header>
  +        <header>Destroy: NoUndelete</header>
  +        <header>Translate: f</header>
  +        <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  +        <header>Connection: Keep-Alive</header>
  +      </request>
  +      <response>
  +        <command>HTTP/1.0 204 No Content</command>
  +        <header>Date: Wed, 14 Mar 2001 14:47:37 GMT+01:00</header>
  +        <header>Content-Language: en</header>
  +        <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  +      </response>
  +    </step>
  +  </cleanup>
   </test>
  
  
  

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

Reply via email to