You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2002/12/16 15:38:47 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount 1j_cleanup.xml 1i_delete.xml 10j_cleanup.xml 10i_delete.xml 100j_cleanup.xml 100i_delete.xml 1000j_cleanup.xml2 1000i_delete.xml2

juergen     2002/12/16 06:38:47

  Modified:    testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML
                        PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1
                        Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1
                        LockUnlock10Files.xml1 LockUnlock10Col.xml1
               testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties
                        Propfworkspacecheckoutset_en2.xml
                        Propfworkspacecheckoutset_en.xml
                        Propfworkspacecheckoutset_collection_en.xml
               testsuite/testsuite/junit/xmltestcases/performance/Nested
                        Nested1j_cleanup.xml Nested1i_delete.xml
                        Nested10j_cleanup.xml Nested10i_delete.xml
                        Nested100j_cleanup.xml Nested100i_delete.xml
               testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method
                        MkWs_en.xml MkWs_collection_en.xml
               testsuite/testsuite/junit/xmltestcases/performance/Properties
                        cleanup.xml
               testsuite/testsuite/junit/xmltestcases/ACL/functional/Report
                        ACLPrincipalPropSetResourcetypeReport.xml
                        ACLPrincipalPropSetDisplaynameReport.xml
                        ACLPrincipalMatchPrincipal-PropertySelfReport.xml
                        ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml
                        ACLPrincipalMatchPrincipal-PropertyReport.xml
               testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read
                        ACLdenyReadInheritanceHead2PropfindGetCol.xml
                        ACLdenyReadHeadPropfindGetCol.xml
               testsuite/testsuite/junit/xmltestcases/performance/Size
                        1m_h_delete.xml 1k_h_delete.xml 10m_h_delete.xml2
                        10k_h_delete.xml 100k_h_delete.xml
               testsuite/testsuite/junit/xmltestcases/performance/Amount
                        1j_cleanup.xml 1i_delete.xml 10j_cleanup.xml
                        10i_delete.xml 100j_cleanup.xml 100i_delete.xml
                        1000j_cleanup.xml2 1000i_delete.xml2
  Log:
  The new http client is more strict, if the content-length header is pre-set. remove this header from the test cases.
  
  Revision  Changes    Path
  1.5       +406 -461  jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1
  
  Index: PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1	5 Feb 2002 08:36:32 -0000	1.4
  +++ PropPatch2Put2Copy2Move2LockUnlock2Identical.xml1	16 Dec 2002 14:38:45 -0000	1.5
  @@ -1,15 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  -
   <test>
   	<specification>
  -		
   		<abstract>n user, simultaneously, perform the same request
   		to there own created collections.</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) Create 1 collection
           2) Start n threads for user 1..n 
           3) PROPPATCH command carried out n times
  @@ -18,466 +14,415 @@
   	6) MOVE command carried out n times
   	7) LOCK and UNLOCK command carried out n times
           10) Delete all created collections and resources.</description>
  -        
  -        <expectedResult>Each user should be able to successfully carry
  +		<expectedResult>Each user should be able to successfully carry
           out their command whilst other users are carrying out their own
           function on the same collection.</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>Content-Length: 0</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>
  -
  +		<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="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/test/store 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>Content-Length: 0</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="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	      <header>Accept-Language: en-us</header>
  -   	      <header>Translate: f</header>
  -   	      <header>Content-Length: 9250</header>
  -   	      <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	      <header>Connection: Keep-Alive</header>
  -              <body fileReference="../../../../contentDirectory/validXML.xm1">
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/test/store 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="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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/validXML.xm1">
                 </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>
  -  	
  -  
  - <thread>
  -    <repeater repeatCount="10">
  -       <step>
  -          <user>user1</user>
  - 	  <password>user1</password>
  -  	  <request>
  -   	     <command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Content-Type: text/xml</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Pragma: no-cache</header>
  -   	     <header>Connection: close</header>
  -   	     <header>Content-length: 227</header>
  -   	     <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  -  	  </request>
  -  	  <response>
  -  	     <command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  -   	     <header>Date: Tue, 13 Feb 2001 12:45:26 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>
  -   	     <body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  -  	  </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 
  -  <thread>
  -    <repeater repeatCount="10">
  -       <step>
  -          <user>user2</user>
  - 	  <password>user2</password>
  -  	  <request>
  -   	     <command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Content-Type: text/xml</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Pragma: no-cache</header>
  -   	     <header>Connection: close</header>
  -   	     <header>Content-length: 227</header>
  -   	     <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  -  	  </request>
  -  	  <response>
  -  	     <command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  -   	     <header>Date: Tue, 13 Feb 2001 12:45:26 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>
  -   	     <body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  -  	  </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 
  -  <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user3</user>
  -  	  <password>user3</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header>Timeout: Second-604800</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -   	     <header>Content-type: text/xml</header>
  -   	     <header>Content-length: 269</header>
  -   	     <body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (200,404,409,412,423) OK</command>
  -   	     <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>
  -   	     <body varUsage ="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
  -   	     </body>
  -  	  </response>
  -       </step>
  -  	
  -       <step>
  -          <user>user3</user>
  -  	  <password>user3</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (204,404,409,412) No Content</command>
  -   	     <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>
  -    </repeater>
  - </thread>
  - 
  -   <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user4</user>
  -  	  <password>user4</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header>Timeout: Second-604800</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -   	     <header>Content-type: text/xml</header>
  -   	     <header>Content-length: 269</header>
  -   	     <body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (200,404,409,412,423) OK</command>
  -   	     <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>
  -   	     <body varUsage ="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
  -   	     </body>
  -  	  </response>
  -       </step>
  -  	
  -       <step>
  -          <user>user4</user>
  -  	  <password>user4</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (204,404,409,412) No Content</command>
  -   	     <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>
  -    </repeater>
  - </thread>
  - 
  - <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user5</user>
  - 	  <password>user5</password>
  - 	  <request>
  -   	     <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Content-Length: 9250</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Connection: Keep-Alive</header>
  -             <body fileReference="../../../../contentDirectory/validXML.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>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user1</user>
  +				<password>user1</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Content-Type: text/xml</header>
  +					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +					<header>Accept-Language: en-us</header>
  +					<header>Translate: f</header>
  +					<header>Pragma: no-cache</header>
  +					<header>Connection: close</header>
  +					<body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  +					<header>Date: Tue, 13 Feb 2001 12:45:26 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>
  +					<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user2</user>
  +				<password>user2</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Content-Type: text/xml</header>
  +					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +					<header>Accept-Language: en-us</header>
  +					<header>Translate: f</header>
  +					<header>Pragma: no-cache</header>
  +					<header>Connection: close</header>
  +					<body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  +					<header>Date: Tue, 13 Feb 2001 12:45:26 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>
  +					<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user3</user>
  +				<password>user3</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header>Timeout: Second-604800</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +					<header>Content-type: text/xml</header>
  +					<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (200,404,409,412,423) OK</command>
  +					<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>
  +					<body varUsage="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +				</response>
  +			</step>
  +			<step>
  +				<user>user3</user>
  +				<password>user3</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (204,404,409,412) No Content</command>
  +					<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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user4</user>
  +				<password>user4</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header>Timeout: Second-604800</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +					<header>Content-type: text/xml</header>
  +					<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (200,404,409,412,423) OK</command>
  +					<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>
  +					<body varUsage="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +				</response>
  +			</step>
  +			<step>
  +				<user>user4</user>
  +				<password>user4</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (204,404,409,412) No Content</command>
  +					<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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user5</user>
  +				<password>user5</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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/validXML.xm1">
                </body>
  -          </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (201,204,404,409,423) OK</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>
  -    </repeater>
  - </thread>
  - 
  -  <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user6</user>
  - 	  <password>user6</password>
  - 	  <request>
  -   	     <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Content-Length: 9250</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Connection: Keep-Alive</header>
  -             <body fileReference="../../../../contentDirectory/validXML.xm1">
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (201,204,404,409,423) OK</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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user6</user>
  +				<password>user6</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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/validXML.xm1">
                </body>
  -          </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (201,204,404,409,423) OK</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>
  -    </repeater>
  - </thread>
  - 
  -  <thread>
  -    <repeater repeatCount = "25">
  -    <step>
  -       <user>user7</user>
  -       <password>user7</password>
  -       <request>
  -          <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) Created</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>
  -       <user>user7</user>
  -       <password>user7</password>		
  -       <request>
  -   	  <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) No Content</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>		
  -    </repeater>
  - </thread>  
  - 
  -   <thread>
  -    <repeater repeatCount = "25">
  -    <step>
  -       <user>user8</user>
  -       <password>user8</password>
  -       <request>
  -          <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) Created</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>
  -       <user>user8</user>
  -       <password>user8</password>		
  -       <request>
  -   	  <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) No Content</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>		
  -    </repeater>
  - </thread>  
  - 
  -
  - 
  -  <thread>
  -    <repeater repeatCount="25">
  -       <step>
  -          <user>user9</user>
  -          <password>user9</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -          <user>user9</user>
  -          <password>user9</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -    </repeater>
  - </thread>
  -
  -  <thread>
  -    <repeater repeatCount="25">
  -       <step>
  -          <user>user10</user>
  -          <password>user10</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -          <user>user10</user>
  -          <password>user10</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -    </repeater>
  - </thread>
  -
  -
  -
  - <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>Content-Length: 0</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>
  - 	
  - 	
  \ No newline at end of file
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (201,204,404,409,423) OK</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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user7</user>
  +				<password>user7</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) Created</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +				<user>user7</user>
  +				<password>user7</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user8</user>
  +				<password>user8</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) Created</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +				<user>user8</user>
  +				<password>user8</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user9</user>
  +				<password>user9</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +				<user>user9</user>
  +				<password>user9</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user10</user>
  +				<password>user10</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +				<user>user10</user>
  +				<password>user10</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +		</repeater>
  +	</thread>
  +	<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>
  
  
  
  1.5       +302 -344  jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1
  
  Index: Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1	5 Feb 2002 08:36:32 -0000	1.4
  +++ Propfind1Get1Head1PropPatch1Put1Copy1Move1LockUnlock1Identical.xml1	16 Dec 2002 14:38:45 -0000	1.5
  @@ -1,15 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  -
   <test>
   	<specification>
  -		
   		<abstract>n user, simultaneously, perform the same request
   		to there own created collections.</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) Create 1 collection
           2) Start n threads for user 1..n 
           3) PROPFIND command carried out n times
  @@ -21,349 +17,311 @@
   	9) MOVE command carried out n times
   	10) LOCK and UNLOCK carried out n times
           10) Delete all created collections and resources.</description>
  -        
  -        <expectedResult>Each user should be able to successfully carry
  +		<expectedResult>Each user should be able to successfully carry
           out their command whilst other users are carrying out their own
           function on the same collection.</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>Content-Length: 0</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>
  -
  +		<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="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/test/store 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>Content-Length: 0</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="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	      <header>Accept-Language: en-us</header>
  -   	      <header>Translate: f</header>
  -   	      <header>Content-Length: 9250</header>
  -   	      <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	      <header>Connection: Keep-Alive</header>
  -              <body fileReference="../../../../contentDirectory/validXML.xm1">
  +		<request>
  +			<command varUsage="globalVariableCollection,globalVariableServerName">MKCOL /%globalVariableServerName%/%globalVariableCollection%/test/store 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="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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/validXML.xm1">
                 </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>
  -  	
  -  
  - <thread>
  -    <repeater repeatCount="10">
  -       <step>
  -          <user>user1</user>
  -          <password>user1</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">GET /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -    	     <header>Accept: */*</header>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Accept-Encoding: gzip, deflate</header>
  -   	     <header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)</header>
  -   	     <header>Connection: Keep-Alive</header>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (200,404,423) OK</command>
  -   	     <header>Content-Type: text/xml</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>
  -   	     <body fileReference="../../../../contentDirectory/validXMLget.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>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user1</user>
  +				<password>user1</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">GET /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept: */*</header>
  +					<header>Accept-Language: en-us</header>
  +					<header>Accept-Encoding: gzip, deflate</header>
  +					<header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)</header>
  +					<header>Connection: Keep-Alive</header>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (200,404,423) OK</command>
  +					<header>Content-Type: text/xml</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>
  +					<body fileReference="../../../../contentDirectory/validXMLget.xm1">
      	     </body>
  -  	  </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 
  -<thread>
  -    <repeater repeatCount="10">
  -       <step>
  -          <user>user2</user>
  -          <password>user2</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">HEAD  /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -      	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -      	     <header>Accept-Language: en-us</header>
  -             <header>Connection: Keep-Alive</header>
  -      	     <header>Translate: f</header>
  -      	     <header>Content-Length: 0</header>
  -      	     <body />
  -   	  </request>
  -   	  <response>
  -      	     <command>HTTP/1.1 (200,404,423) OK</command>
  -      	     <header>Last-Modified: 2001-03-22T17:20:13Z</header>
  -      	     <body />
  -   	  </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 
  - <thread>
  -    <repeater repeatCount ="10">
  -       <step>
  -          <user>user3</user>
  -          <password>user3</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -             <header>Accept-Language: en-us</header>
  -   	     <header>Content-Type: text/xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Content-Length: 380</header>
  -   	     <header>Depth: 1</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Connection: Keep-Alive</header>
  -   	     <body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
  -          </request>
  -          <response>
  -             <command>HTTP/1.0 (207,404,423) 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">&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;&lt;response&gt;&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml&lt;/href&gt;&lt;propstat&gt;&lt;prop&gt;&lt;displayname&gt;resource1.xml&lt;/displayname&gt;&lt;/prop&gt;&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;&lt;/propstat&gt;&lt;/response&gt;&lt;/multistatus&gt;</body>
  -          </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 	
  - 	
  - <thread>
  -    <repeater repeatCount="10">
  -       <step>
  -          <user>user4</user>
  - 	  <password>user4</password>
  -  	  <request>
  -   	     <command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Content-Type: text/xml</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Pragma: no-cache</header>
  -   	     <header>Connection: close</header>
  -   	     <header>Content-length: 227</header>
  -   	     <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  -  	  </request>
  -  	  <response>
  -  	     <command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  -   	     <header>Date: Tue, 13 Feb 2001 12:45:26 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>
  -   	     <body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  -  	  </response>
  -       </step>
  -    </repeater>
  - </thread>
  - 
  - <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user5</user>
  - 	  <password>user5</password>
  - 	  <request>
  -   	     <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Translate: f</header>
  -   	     <header>Content-Length: 9250</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Connection: Keep-Alive</header>
  -             <body fileReference="../../../../contentDirectory/validXML.xm1">
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user2</user>
  +				<password>user2</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">HEAD  /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +					<header>Accept-Language: en-us</header>
  +					<header>Connection: Keep-Alive</header>
  +					<header>Translate: f</header>
  +					<body/>
  +				</request>
  +				<response>
  +					<command>HTTP/1.1 (200,404,423) OK</command>
  +					<header>Last-Modified: 2001-03-22T17:20:13Z</header>
  +					<body/>
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user3</user>
  +				<password>user3</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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" ?><propfind xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (207,404,423) 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">&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;&lt;response&gt;&lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml&lt;/href&gt;&lt;propstat&gt;&lt;prop&gt;&lt;displayname&gt;resource1.xml&lt;/displayname&gt;&lt;/prop&gt;&lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;&lt;/propstat&gt;&lt;/response&gt;&lt;/multistatus&gt;</body>
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="10">
  +			<step>
  +				<user>user4</user>
  +				<password>user4</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PROPPATCH /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Content-Type: text/xml</header>
  +					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  +					<header>Accept-Language: en-us</header>
  +					<header>Translate: f</header>
  +					<header>Pragma: no-cache</header>
  +					<header>Connection: close</header>
  +					<body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:R="http://www.com/"><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (207,404,409,423) Multi-Status</command>
  +					<header>Date: Tue, 13 Feb 2001 12:45:26 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>
  +					<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:multistatus xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  +				</response>
  +			</step>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user5</user>
  +				<password>user5</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/resource1.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/validXML.xm1">
                </body>
  -          </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (201,204,404,409,423) OK</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>
  -    </repeater>
  - </thread>
  - 
  - <thread>
  -    <repeater repeatCount="50">
  -       <step>
  -          <user>user6</user>
  -  	  <password>user6</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header>Timeout: Second-604800</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -   	     <header>Content-type: text/xml</header>
  -   	     <header>Content-length: 269</header>
  -   	     <body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (200,404,409,412,423) OK</command>
  -   	     <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>
  -   	     <body varUsage ="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
  -   	     </body>
  -  	  </response>
  -       </step>
  -  	
  -       <step>
  -          <user>user6</user>
  -  	  <password>user6</password>
  -  	  <request>
  -   	     <command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Connection: Keep-Alive, TE</header>
  -   	     <header>TE: trailers, deflate, gzip, compress</header>
  -   	     <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   	     <header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  -   	     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -  	  </request>
  -  	  <response>
  -   	     <command>HTTP/1.0 (204,404,409,412) No Content</command>
  -   	     <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>
  -    </repeater>
  - </thread>
  - 
  -  <thread>
  -    <repeater repeatCount="25">
  -       <step>
  -          <user>user7</user>
  -          <password>user7</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -          <user>user7</user>
  -          <password>user7</password>
  -          <request>
  -             <command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  -   	     <header>Accept-Language: en-us</header>
  -   	     <header>Overwrite: T</header>
  -   	     <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	     <header>Translate: f</header>
  -   	     <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	     <header>Content-Length: 0</header>
  -             <header>Connection: Keep-Alive</header>
  -  	  </request>
  -          <response>
  -   	     <command>HTTP/1.0 (204,404,409,412,423) No Content</command>
  -             <header>Date: Mon, 19 Mar 2001 17:24:08 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>
  -    </repeater>
  - </thread>
  -
  - <thread>
  -    <repeater repeatCount = "25">
  -    <step>
  -       <user>user8</user>
  -       <password>user8</password>
  -       <request>
  -          <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) Created</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>
  -       <user>user8</user>
  -       <password>user8</password>		
  -       <request>
  -   	  <command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  -   	  <header>Accept-Language: en-us</header>
  -   	  <header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  -   	  <header>Overwrite: T</header>
  -   	  <header>Translate: f</header>
  -   	  <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   	  <header>Content-Length: 0</header>
  -   	  <header>Connection: Keep-Alive</header>
  -       </request>
  -       <response>
  -   	  <command>HTTP/1.0 (201,204,404,409,412,423) No Content</command>
  -   	  <header>Date: Mon, 19 Feb 2001 10:55:53 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>		
  -    </repeater>
  - </thread>  
  -
  -
  - <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>Content-Length: 0</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>
  - 	
  - 	
  \ No newline at end of file
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (201,204,404,409,423) OK</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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="50">
  +			<step>
  +				<user>user6</user>
  +				<password>user6</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header>Timeout: Second-604800</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +					<header>Content-type: text/xml</header>
  +					<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (200,404,409,412,423) OK</command>
  +					<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>
  +					<body varUsage="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +				</response>
  +			</step>
  +			<step>
  +				<user>user6</user>
  +				<password>user6</password>
  +				<request>
  +					<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Connection: Keep-Alive, TE</header>
  +					<header>TE: trailers, deflate, gzip, compress</header>
  +					<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +					<header varUsage="automaticVariable2">Lock-Token: %automaticVariable2%</header>
  +					<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +				</request>
  +				<response>
  +					<command>HTTP/1.0 (204,404,409,412) No Content</command>
  +					<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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user7</user>
  +				<password>user7</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +				<user>user7</user>
  +				<password>user7</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">MOVE /%globalVariableServerName%/%globalVariableCollection%/test/store1/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header>Overwrite: T</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</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,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Mar 2001 17:24:08 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>
  +		</repeater>
  +	</thread>
  +	<thread>
  +		<repeater repeatCount="25">
  +			<step>
  +				<user>user8</user>
  +				<password>user8</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) Created</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +				<user>user8</user>
  +				<password>user8</password>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName">COPY /%globalVariableServerName%/%globalVariableCollection%/test/store/resource1.xml HTTP/1.1</command>
  +					<header>Accept-Language: en-us</header>
  +					<header varUsage="globalVariableCollection,globalVariableServerName">Destination: /%globalVariableServerName%/%globalVariableCollection%/test/resource1.xml</header>
  +					<header>Overwrite: T</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,204,404,409,412,423) No Content</command>
  +					<header>Date: Mon, 19 Feb 2001 10:55:53 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>
  +		</repeater>
  +	</thread>
  +	<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>
  
  
  
  1.2       +90 -122   jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/LockUnlock10Files.xml1
  
  Index: LockUnlock10Files.xml1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/LockUnlock10Files.xml1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LockUnlock10Files.xml1	9 Jan 2002 18:03:39 -0000	1.1
  +++ LockUnlock10Files.xml1	16 Dec 2002 14:38:45 -0000	1.2
  @@ -1,14 +1,10 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  -
   <test>
   	<specification>
  -		
   		<abstract>n user, simultaneously, perform the same request
   		to there own created collections.</abstract>
  -		
  -                <pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite> 
  -		
  +		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
   		<description>
   		1) Create collection Test for easy deletion at cleanup.
   		2) Create n different collections for n users called user1..n.
  @@ -18,128 +14,100 @@
   		  UNLOCK command issued by all n users, to their corresponding collections. 
   		  This step is repeated n times.
   		5)Delete all created collections and resources.</description>
  -		
   		<expectedResult>All users should be able to successfully carry 
   		out a LOCK then UNLOCK command whilst other users are carrying out the same 
   		function on their own collections.</expectedResult>
  -		
   	</specification>
  -	
   	<step>
  -  		<request>
  -   			<command varUsage="repeatCounter,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>Content-Length: 0</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>
  -	
  -	
  -	
  -	
  -	
  +		<request>
  +			<command varUsage="repeatCounter,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 ="repeatCounter,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/lock.xml HTTP/1.1</command>
  -   	      <header>Accept-Language: en-us</header>
  -   		<header>Translate: f</header>
  -   		<header>Content-Length: 9250</header>
  -   		<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -   		<header>Connection: Keep-Alive</header>
  -  
  -    		<body fileReference="../../../../contentDirectory/validXML.xm1">
  +		<request>
  +			<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/test/lock.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/validXML.xm1">
       		</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>
  -  	
  -  	
  -  	
  -    
  -    <repeater  varUsage="globalVariableUsers" varDefinition="userNumber" repeatCount="%globalVariableUsers%">
  -    
  -    <thread>
  -        <repeater repeatCount="50">
  -        <step>
  -            <user varUsage="userNumber">user%userNumber%</user>
  -            <password varUsage="userNumber">user%userNumber%</password>
  -  		<request>
  -   			<command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock.xml HTTP/1.1</command>
  -   			<header>Connection: Keep-Alive, TE</header>
  -   			<header>TE: trailers, deflate, gzip, compress</header>
  -   			<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   			<header>Timeout: Second-604800</header>
  -   			<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -   			<header>Content-type: text/xml</header>
  -   			<header>Content-length: 269</header>
  -   			<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -  		</request>
  -  		<response>
  -   			<command>HTTP/1.0 (200,409,423) OK</command>
  -   			<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>
  -   			<body fileReference="../../../../contentDirectory/validXML.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>
  +	<repeater varUsage="globalVariableUsers" varDefinition="userNumber" repeatCount="%globalVariableUsers%">
  +		<thread>
  +			<repeater repeatCount="50">
  +				<step>
  +					<user varUsage="userNumber">user%userNumber%</user>
  +					<password varUsage="userNumber">user%userNumber%</password>
  +					<request>
  +						<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock.xml HTTP/1.1</command>
  +						<header>Connection: Keep-Alive, TE</header>
  +						<header>TE: trailers, deflate, gzip, compress</header>
  +						<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +						<header>Timeout: Second-604800</header>
  +						<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +						<header>Content-type: text/xml</header>
  +						<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +					</request>
  +					<response>
  +						<command>HTTP/1.0 (200,409,423) OK</command>
  +						<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>
  +						<body fileReference="../../../../contentDirectory/validXML.xm1">
      			</body>
  -  		</response>
  -  	</step>
  -  	
  -  	<step>
  -            <user varUsage="userNumber">user%userNumber%</user>
  -            <password varUsage="userNumber">user%userNumber%</password>
  -  		<request>
  -   			<command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock.xml HTTP/1.1</command>
  -   			<header>Connection: Keep-Alive, TE</header>
  -   			<header>TE: trailers, deflate, gzip, compress</header>
  -   			<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   			<header varUsage="automaticVariable3">Lock-Token: %automaticVariable3%</header>
  -   			<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -  		</request>
  -  		<response>
  -   			<command>HTTP/1.0 (204,404,409) No Content</command>
  -   			<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>
  - 	</repeater>
  - 	</thread>
  - 	
  -</repeater> 	
  - 	
  -  	
  -  	
  -  	
  -  	
  - <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>Content-Length: 0</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>
  \ No newline at end of file
  +					</response>
  +				</step>
  +				<step>
  +					<user varUsage="userNumber">user%userNumber%</user>
  +					<password varUsage="userNumber">user%userNumber%</password>
  +					<request>
  +						<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock.xml HTTP/1.1</command>
  +						<header>Connection: Keep-Alive, TE</header>
  +						<header>TE: trailers, deflate, gzip, compress</header>
  +						<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +						<header varUsage="automaticVariable3">Lock-Token: %automaticVariable3%</header>
  +						<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +					</request>
  +					<response>
  +						<command>HTTP/1.0 (204,404,409) No Content</command>
  +						<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>
  +			</repeater>
  +		</thread>
  +	</repeater>
  +	<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>
  
  
  
  1.4       +77 -100   jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/LockUnlock10Col.xml1
  
  Index: LockUnlock10Col.xml1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/IdenticalResources/validXML/LockUnlock10Col.xml1,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LockUnlock10Col.xml1	5 Feb 2002 08:36:32 -0000	1.3
  +++ LockUnlock10Col.xml1	16 Dec 2002 14:38:45 -0000	1.4
  @@ -1,14 +1,10 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
  -
   <test>
   	<specification>
  -		
   		<abstract>n user, simultaneously, perform the same request
   		to there own created collections.</abstract>
  -		
  -                <pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite> 
  -		
  +		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
   		<description>
   		1) Create collection Test for easy deletion at cleanup.
   		2) Create n different collections for n users called user1..n.	
  @@ -17,103 +13,84 @@
   		to their corresponding collections. UNLOCK command issued by all n users,
   		to their corresponding collections. This step is repeated n times.
   		5)Delete all created collections and resources.</description>
  -		
   		<expectedResult>All users should be able to successfully carry 
   		out a LOCK then UNLOCK command whilst other users are carrying out the same 
   		function on their own collections.</expectedResult>
  -		
   	</specification>
  -	
   	<step>
  -  		<request>
  -   			<command varUsage="repeatCounter,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>Content-Length: 0</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>
  -	
  -	
  -   
  -    <repeater  varUsage="globalVariableUsers" varDefinition="userNumber" repeatCount="%globalVariableUsers%">
  -    
  -    <thread>
  -        <repeater repeatCount="50">
  -        <step>
  -            <user varUsage="userNumber">user%userNumber%</user>
  -            <password varUsage="userNumber">user%userNumber%</password>
  -  		<request>
  -   			<command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock HTTP/1.1</command>
  -   			<header>Connection: Keep-Alive, TE</header>
  -   			<header>TE: trailers, deflate, gzip, compress</header>
  -   			<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   			<header>Timeout: Second-604800</header>
  -   			<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -   			<header>Content-type: text/xml</header>
  -   			<header>Content-length: 269</header>
  -   			<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -  		</request>
  -  		<response>
  -   			<command>HTTP/1.0 (200,409,423) OK</command>
  -   			<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>
  -   			<body varUsage ="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
  -   			</body>
  -  		</response>
  -  	</step>
  -  	
  -
  -    <repeater repeatCount="5">
  -  	<step>
  -            <user varUsage="userNumber">user%userNumber%</user>
  -            <password varUsage="userNumber">user%userNumber%</password>
  -  		<request>
  -   			<command varUsage ="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock HTTP/1.1</command>
  -   			<header>Connection: Keep-Alive, TE</header>
  -   			<header>TE: trailers, deflate, gzip, compress</header>
  -   			<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -   			<header varUsage="automaticVariable3">Lock-Token: %automaticVariable3%</header>
  -   			<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -  		</request>
  -  		<response>
  -   			<command>HTTP/1.0 (204,404,409) No Content</command>
  -   			<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>
  - 	</repeater>
  - 	</repeater>
  - 	</thread>
  - 	
  - 	</repeater>
  -  	
  -  	
  -  	
  - <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>Content-Length: 0</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>
  \ No newline at end of file
  +		<request>
  +			<command varUsage="repeatCounter,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>
  +	<repeater varUsage="globalVariableUsers" varDefinition="userNumber" repeatCount="%globalVariableUsers%">
  +		<thread>
  +			<repeater repeatCount="50">
  +				<step>
  +					<user varUsage="userNumber">user%userNumber%</user>
  +					<password varUsage="userNumber">user%userNumber%</password>
  +					<request>
  +						<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">LOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock HTTP/1.1</command>
  +						<header>Connection: Keep-Alive, TE</header>
  +						<header>TE: trailers, deflate, gzip, compress</header>
  +						<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +						<header>Timeout: Second-604800</header>
  +						<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +						<header>Content-type: text/xml</header>
  +						<body><![CDATA[<?xml version="1.0"?><A:lockinfo xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +					</request>
  +					<response>
  +						<command>HTTP/1.0 (200,409,423) OK</command>
  +						<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>
  +						<body varUsage="globalVariableServerName"><![CDATA[<?xml version="1.0" encoding="utf-8" ?><d:prop xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +					</response>
  +				</step>
  +				<repeater repeatCount="5">
  +					<step>
  +						<user varUsage="userNumber">user%userNumber%</user>
  +						<password varUsage="userNumber">user%userNumber%</password>
  +						<request>
  +							<command varUsage="repeatCounter,globalVariableCollection,globalVariableServerName">UNLOCK /%globalVariableServerName%/%globalVariableCollection%/test/lock HTTP/1.1</command>
  +							<header>Connection: Keep-Alive, TE</header>
  +							<header>TE: trailers, deflate, gzip, compress</header>
  +							<header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  +							<header varUsage="automaticVariable3">Lock-Token: %automaticVariable3%</header>
  +							<header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  +						</request>
  +						<response>
  +							<command>HTTP/1.0 (204,404,409) No Content</command>
  +							<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>
  +				</repeater>
  +			</repeater>
  +		</thread>
  +	</repeater>
  +	<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>
  
  
  
  1.3       +1 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_en2.xml
  
  Index: Propfworkspacecheckoutset_en2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_en2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Propfworkspacecheckoutset_en2.xml	1 Nov 2002 15:17:48 -0000	1.2
  +++ Propfworkspacecheckoutset_en2.xml	16 Dec 2002 14:38:45 -0000	1.3
  @@ -42,7 +42,6 @@
   	<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>
  @@ -112,8 +111,7 @@
   					    </propstat>
   					  </response>
   					</multistatus>
  -				]]>			
  -			</body>
  +				]]></body>
   		</response>
   	</step>
   	<step>
  
  
  
  1.2       +2 -9      jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_en.xml
  
  Index: Propfworkspacecheckoutset_en.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_en.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Propfworkspacecheckoutset_en.xml	24 Sep 2002 09:36:24 -0000	1.1
  +++ Propfworkspacecheckoutset_en.xml	16 Dec 2002 14:38:45 -0000	1.2
  @@ -18,7 +18,6 @@
   		</description>
   		<expectedResult> Propfind should find the workspace-checkout-set </expectedResult>
   	</specification>
  -	
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">OPTIONS /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  @@ -27,8 +26,7 @@
   			    <D:options xmlns:D="DAV:">
                      <D:workspace-collection-set/>
                   </D:options>
  -			    ]]>
  -			</body>
  +			    ]]></body>
   		</request>
   		<response>
   			<command>HTTP/1.0 200 OK</command>
  @@ -38,15 +36,12 @@
                           <D:href>*</D:href>
                       </D:workspace-collection-set>
                   </D:options-response>
  -                ]]>
  -            </body>
  +                ]]></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>
  @@ -125,13 +120,11 @@
   			<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>
  
  
  
  1.2       +2 -11     jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_collection_en.xml
  
  Index: Propfworkspacecheckoutset_collection_en.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/Workspace_Properties/Propfworkspacecheckoutset_collection_en.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Propfworkspacecheckoutset_collection_en.xml	30 Sep 2002 12:17:53 -0000	1.1
  +++ Propfworkspacecheckoutset_collection_en.xml	16 Dec 2002 14:38:45 -0000	1.2
  @@ -19,7 +19,6 @@
   		</description>
   		<expectedResult> Propfind should find the workspace-checkout-set </expectedResult>
   	</specification>
  -	
   	<step>
   		<assign varDefinition="localVariableCollection">ßàçèéäöüÄÖÜiso8859</assign>
   		<request>
  @@ -29,8 +28,7 @@
   			    <D:options xmlns:D="DAV:">
                      <D:workspace-collection-set/>
                   </D:options>
  -			    ]]>
  -			</body>
  +			    ]]></body>
   		</request>
   		<response>
   			<command>HTTP/1.0 200 OK</command>
  @@ -40,15 +38,12 @@
                           <D:href>*</D:href>
                       </D:workspace-collection-set>
                   </D:options-response>
  -                ]]>
  -            </body>
  +                ]]></body>
   		</response>
   	</step>
  - 
   	<step>
   		<request>
   			<command varUsage="globalVariableServerName,localVariableCollection,WS">MKWORKSPACE %WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
  -			<header>Content-length: 0</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  @@ -127,13 +122,11 @@
   			<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="localVariableCollection,VHR2,globalVariableServerName" varDefinition="VHR2" varPath="multistatus/response/propstat/prop/checked-in/href"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
   <multistatus xmlns="DAV:">
     <response>
  @@ -226,7 +219,6 @@
   </D:multistatus>]]></body>
   		</response>
   	</step>
  -	
   	<cleanup>
   		<step>
   			<request>
  @@ -253,5 +245,4 @@
   			</response>
   		</step>
   	</cleanup>
  -	
   </test>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested1j_cleanup.xml
  
  Index: Nested1j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested1j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested1j_cleanup.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested1j_cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested1i_delete.xml
  
  Index: Nested1i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested1i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested1i_delete.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested1i_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -15,7 +15,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested10j_cleanup.xml
  
  Index: Nested10j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested10j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested10j_cleanup.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested10j_cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested10i_delete.xml
  
  Index: Nested10i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested10i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested10i_delete.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested10i_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -15,7 +15,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested100j_cleanup.xml
  
  Index: Nested100j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested100j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested100j_cleanup.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested100j_cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested100i_delete.xml
  
  Index: Nested100i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested/Nested100i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Nested100i_delete.xml	13 Aug 2002 12:45:30 -0000	1.2
  +++ Nested100i_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -15,7 +15,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.2       +2 -7      jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWs_en.xml
  
  Index: MkWs_en.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWs_en.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MkWs_en.xml	24 Sep 2002 09:36:24 -0000	1.1
  +++ MkWs_en.xml	16 Dec 2002 14:38:46 -0000	1.2
  @@ -17,8 +17,7 @@
   			    <D:options xmlns:D="DAV:">
                      <D:workspace-collection-set/>
                   </D:options>
  -			    ]]>
  -			</body>
  +			    ]]></body>
   		</request>
   		<response>
   			<command>HTTP/1.0 200 OK</command>
  @@ -28,15 +27,12 @@
                           <D:href>*</D:href>
                       </D:workspace-collection-set>
                   </D:options-response>
  -                ]]>
  -            </body>
  +                ]]></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>
  @@ -46,7 +42,6 @@
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName,WS">DELETE %WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
  -				
   			</request>
   			<response>
   				<command>HTTP/1.0 204 No Content</command>
  
  
  
  1.2       +2 -7      jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWs_collection_en.xml
  
  Index: MkWs_collection_en.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DeltaV/functional/Workspace_Feature/MKWORKSPACE_Method/MkWs_collection_en.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MkWs_collection_en.xml	30 Sep 2002 12:17:53 -0000	1.1
  +++ MkWs_collection_en.xml	16 Dec 2002 14:38:46 -0000	1.2
  @@ -10,7 +10,6 @@
   		</description>
   		<expectedResult> MKWORKSPACE command should return a 201 Created response </expectedResult>
   	</specification>
  -	
   	<step>
   		<assign varDefinition="localVariableCollection">ßàçèéäöüÄÖÜiso8859</assign>
   		<request>
  @@ -20,8 +19,7 @@
   			    <D:options xmlns:D="DAV:">
                      <D:workspace-collection-set/>
                   </D:options>
  -			    ]]>
  -			</body>
  +			    ]]></body>
   		</request>
   		<response>
   			<command>HTTP/1.0 200 OK</command>
  @@ -31,15 +29,12 @@
                           <D:href>*</D:href>
                       </D:workspace-collection-set>
                   </D:options-response>
  -                ]]>
  -            </body>
  +                ]]></body>
   		</response>
   	</step>
  - 
   	<step>
   		<request>
   			<command varUsage="globalVariableServerName,localVariableCollection,WS">MKWORKSPACE %WS%/WSàçèéäöüÄÖÜ HTTP/1.1</command>
  -			<header>Content-length: 0</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Properties/cleanup.xml
  
  Index: cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Properties/cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cleanup.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.10      +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetResourcetypeReport.xml
  
  Index: ACLPrincipalPropSetResourcetypeReport.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetResourcetypeReport.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ACLPrincipalPropSetResourcetypeReport.xml	16 Dec 2002 11:57:03 -0000	1.9
  +++ ACLPrincipalPropSetResourcetypeReport.xml	16 Dec 2002 14:38:46 -0000	1.10
  @@ -56,7 +56,6 @@
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">REPORT /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.0</command>
   			<header>content-type: text/xml; charset="utf-8"</header>
  -			<header>content-length: 129</header>
   			<body><![CDATA[
   <D:acl-principal-prop-set  xmlns:D="DAV:">
   <D:prop>
  
  
  
  1.11      +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetDisplaynameReport.xml
  
  Index: ACLPrincipalPropSetDisplaynameReport.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetDisplaynameReport.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ACLPrincipalPropSetDisplaynameReport.xml	16 Dec 2002 11:57:03 -0000	1.10
  +++ ACLPrincipalPropSetDisplaynameReport.xml	16 Dec 2002 14:38:46 -0000	1.11
  @@ -56,7 +56,6 @@
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">REPORT /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.0</command>
   			<header>content-type: text/xml; charset="utf-8"</header>
  -			<header>content-length: 129</header>
   			<body><![CDATA[
   <D:acl-principal-prop-set  xmlns:D="DAV:">
   <D:prop>
  
  
  
  1.6       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertySelfReport.xml
  
  Index: ACLPrincipalMatchPrincipal-PropertySelfReport.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertySelfReport.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ACLPrincipalMatchPrincipal-PropertySelfReport.xml	13 Aug 2002 10:32:35 -0000	1.5
  +++ ACLPrincipalMatchPrincipal-PropertySelfReport.xml	16 Dec 2002 14:38:46 -0000	1.6
  @@ -14,7 +14,6 @@
   		<request>
   			<command varUsage="globalVariableRootUserPath,globalVariableServerName,user,host">REPORT %globalVariableRootUserPath% HTTP/1.0</command>
   			<header>content-type: text/xml; charset="utf-8"</header>
  -			<header>content-length: 108</header>
   			<body><![CDATA[
   <D:principal-match xmlns:D="DAV:">
   <D:self>
  
  
  
  1.7       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml
  
  Index: ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml	13 Aug 2002 10:32:35 -0000	1.6
  +++ ACLPrincipalMatchPrincipal-PropertySelfPropReport.xml	16 Dec 2002 14:38:46 -0000	1.7
  @@ -14,7 +14,6 @@
   		<request>
   			<command varUsage="globalVariableRootUserPath,globalVariableServerName,user,host">REPORT %globalVariableRootUserPath% HTTP/1.0</command>
   			<header>content-type: text/xml; charset="utf-8"</header>
  -			<header>content-length: 108</header>
   			<body><![CDATA[
   <D:principal-match xmlns:D="DAV:">
   <D:self>
  
  
  
  1.7       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertyReport.xml
  
  Index: ACLPrincipalMatchPrincipal-PropertyReport.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalMatchPrincipal-PropertyReport.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ACLPrincipalMatchPrincipal-PropertyReport.xml	16 Dec 2002 11:57:03 -0000	1.6
  +++ ACLPrincipalMatchPrincipal-PropertyReport.xml	16 Dec 2002 14:38:46 -0000	1.7
  @@ -69,7 +69,6 @@
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">REPORT /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.0</command>
   			<header>content-type: text/xml; charset="utf-8"</header>
  -			<header>content-length: 136</header>
   			<body><![CDATA[
       <D:principal-match xmlns:D="DAV:">
       <D:principal-property>
  
  
  
  1.7       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadInheritanceHead2PropfindGetCol.xml
  
  Index: ACLdenyReadInheritanceHead2PropfindGetCol.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadInheritanceHead2PropfindGetCol.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ACLdenyReadInheritanceHead2PropfindGetCol.xml	16 Dec 2002 11:57:03 -0000	1.6
  +++ ACLdenyReadInheritanceHead2PropfindGetCol.xml	16 Dec 2002 14:38:46 -0000	1.7
  @@ -113,7 +113,6 @@
   			<header>Accept-Encoding: gzip, deflate</header>
   			<header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)</header>
   			<header>Connection: Keep-Alive</header>
  -			<header>content-length: 0</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 403 Forbidden</command>
  
  
  
  1.7       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadHeadPropfindGetCol.xml
  
  Index: ACLdenyReadHeadPropfindGetCol.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadHeadPropfindGetCol.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ACLdenyReadHeadPropfindGetCol.xml	16 Dec 2002 11:57:04 -0000	1.6
  +++ ACLdenyReadHeadPropfindGetCol.xml	16 Dec 2002 14:38:46 -0000	1.7
  @@ -71,7 +71,6 @@
   			<header>Accept-Encoding: gzip, deflate</header>
   			<header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)</header>
   			<header>Connection: Keep-Alive</header>
  -			<header>content-length: 0</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 403 Forbidden</command>
  
  
  
  1.3       +0 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/1m_h_delete.xml
  
  Index: 1m_h_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/1m_h_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1m_h_delete.xml	13 Aug 2002 12:44:50 -0000	1.2
  +++ 1m_h_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  @@ -31,7 +30,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/1k_h_delete.xml
  
  Index: 1k_h_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/1k_h_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1k_h_delete.xml	13 Aug 2002 12:44:50 -0000	1.2
  +++ 1k_h_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  @@ -31,7 +30,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.2       +39 -44    jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/10m_h_delete.xml2
  
  Index: 10m_h_delete.xml2
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/10m_h_delete.xml2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 10m_h_delete.xml2	9 Jan 2002 18:03:35 -0000	1.1
  +++ 10m_h_delete.xml2	16 Dec 2002 14:38:46 -0000	1.2
  @@ -1,48 +1,43 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
   <test>
  - <specification> 
  -  <abstract> Performance test for Delete Method with scaling the size of the XML instance.</abstract> 
  -  <description> Does Deletes on 10 files</description>
  -  <expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  - </specification>
  - 
  - <repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  -  <step>
  -   <request>
  -    <command varUsage="globalVariableCollection,globalVariableServerName,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/attributedChoice1Instance10000k_%iteration%.xml 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>Content-Length: 0</header>
  -    <header>Connection: Keep-Alive</header>
  -   </request>
  -   <response>
  -    <command>HTTP/1.0 204 No Content</command>
  -    <header>Date: Mon, 19 Mar 2001 16:49:09 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,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/attributedChoice1Instance10000k_%iteration%c.xml 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>Content-Length: 0</header>
  -    <header>Connection: Keep-Alive</header>
  -   </request>
  -   <response>
  -    <command>HTTP/1.0 204 No Content</command>
  -    <header>Date: Mon, 19 Mar 2001 16:49:09 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>
  - </repeater>
  +	<specification>
  +		<abstract> Performance test for Delete Method with scaling the size of the XML instance.</abstract>
  +		<description> Does Deletes on 10 files</description>
  +		<expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  +	</specification>
  +	<repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  +		<step>
  +			<request>
  +				<command varUsage="globalVariableCollection,globalVariableServerName,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/attributedChoice1Instance10000k_%iteration%.xml 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: Mon, 19 Mar 2001 16:49:09 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,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/attributedChoice1Instance10000k_%iteration%c.xml 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: Mon, 19 Mar 2001 16:49:09 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>
  +	</repeater>
   </test>
  -
  
  
  
  1.3       +0 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/10k_h_delete.xml
  
  Index: 10k_h_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/10k_h_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 10k_h_delete.xml	13 Aug 2002 12:44:50 -0000	1.2
  +++ 10k_h_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  @@ -31,7 +30,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/100k_h_delete.xml
  
  Index: 100k_h_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Size/100k_h_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 100k_h_delete.xml	13 Aug 2002 12:44:50 -0000	1.2
  +++ 100k_h_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  @@ -31,7 +30,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1j_cleanup.xml
  
  Index: 1j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1j_cleanup.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 1j_cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1i_delete.xml
  
  Index: 1i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1i_delete.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 1i_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -15,7 +15,6 @@
   					<header>Destroy: NoUndelete</header>
   					<header>Translate: f</header>
   					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -					<header>Content-Length: 0</header>
   					<header>Connection: Keep-Alive</header>
   				</request>
   				<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/10j_cleanup.xml
  
  Index: 10j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/10j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 10j_cleanup.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 10j_cleanup.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/10i_delete.xml
  
  Index: 10i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/10i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 10i_delete.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 10i_delete.xml	16 Dec 2002 14:38:46 -0000	1.3
  @@ -15,7 +15,6 @@
   					<header>Destroy: NoUndelete</header>
   					<header>Translate: f</header>
   					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -					<header>Content-Length: 0</header>
   					<header>Connection: Keep-Alive</header>
   				</request>
   				<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/100j_cleanup.xml
  
  Index: 100j_cleanup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/100j_cleanup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 100j_cleanup.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 100j_cleanup.xml	16 Dec 2002 14:38:47 -0000	1.3
  @@ -14,7 +14,6 @@
   				<header>Destroy: NoUndelete</header>
   				<header>Translate: f</header>
   				<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -				<header>Content-Length: 0</header>
   				<header>Connection: Keep-Alive</header>
   			</request>
   			<response>
  
  
  
  1.3       +0 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/100i_delete.xml
  
  Index: 100i_delete.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/100i_delete.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 100i_delete.xml	13 Aug 2002 12:44:49 -0000	1.2
  +++ 100i_delete.xml	16 Dec 2002 14:38:47 -0000	1.3
  @@ -15,7 +15,6 @@
   					<header>Destroy: NoUndelete</header>
   					<header>Translate: f</header>
   					<header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV</header>
  -					<header>Content-Length: 0</header>
   					<header>Connection: Keep-Alive</header>
   				</request>
   				<response>
  
  
  
  1.2       +23 -26    jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1000j_cleanup.xml2
  
  Index: 1000j_cleanup.xml2
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1000j_cleanup.xml2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 1000j_cleanup.xml2	9 Jan 2002 18:03:33 -0000	1.1
  +++ 1000j_cleanup.xml2	16 Dec 2002 14:38:47 -0000	1.2
  @@ -1,30 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
   <test>
  -  <specification> 
  -    <abstract> Cleanup.</abstract> 
  -    <description> Does Deletes on the 10 test collections</description>
  -    <expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  -  </specification>
  - 
  -  <repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  -    <step>
  -      <request>
  -        <command varUsage="globalVariableCollection,globalVariableServerName,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/test100%iteration% 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>Content-Length: 0</header>
  -        <header>Connection: Keep-Alive</header>
  -      </request>
  -      <response>
  -        <command>HTTP/1.0 204 No Content</command>
  -        <header>Date: Mon, 19 Mar 2001 16:49:09 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>
  -  </repeater>
  +	<specification>
  +		<abstract> Cleanup.</abstract>
  +		<description> Does Deletes on the 10 test collections</description>
  +		<expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  +	</specification>
  +	<repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  +		<step>
  +			<request>
  +				<command varUsage="globalVariableCollection,globalVariableServerName,iteration">Delete /%globalVariableServerName%/%globalVariableCollection%/test100%iteration% 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: Mon, 19 Mar 2001 16:49:09 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>
  +	</repeater>
   </test>
  -
  
  
  
  1.2       +25 -28    jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1000i_delete.xml2
  
  Index: 1000i_delete.xml2
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Amount/1000i_delete.xml2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 1000i_delete.xml2	9 Jan 2002 18:03:33 -0000	1.1
  +++ 1000i_delete.xml2	16 Dec 2002 14:38:47 -0000	1.2
  @@ -1,32 +1,29 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
   <test>
  -  <specification> 
  -    <abstract> Performance test for Delete Method with scaling the amount of XML instances.</abstract> 
  -    <description> Does Deletes on 1000 files</description>
  -    <expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  -  </specification>
  - 
  -  <repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  -    <repeater varDefinition="i" repeatCount="1000">
  -      <step>
  -        <request>
  -          <command varUsage="globalVariableCollection,globalVariableServerName,iteration,i">Delete /%globalVariableServerName%/%globalVariableCollection%/test100%iteration%/attributedChoice1Instance1k_%i%.xml 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>Content-Length: 0</header>
  -          <header>Connection: Keep-Alive</header>
  -        </request>
  -        <response>
  -          <command>HTTP/1.0 204 No Content</command>
  -          <header>Date: Mon, 19 Mar 2001 16:49:09 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>
  -    </repeater>
  -  </repeater>
  +	<specification>
  +		<abstract> Performance test for Delete Method with scaling the amount of XML instances.</abstract>
  +		<description> Does Deletes on 1000 files</description>
  +		<expectedResult> Status code returned by Delete Method must be 204 No Content</expectedResult>
  +	</specification>
  +	<repeater varUsage="globalVariablePerformanceIterations" varDefinition="iteration" repeatCount="%globalVariablePerformanceIterations%">
  +		<repeater varDefinition="i" repeatCount="1000">
  +			<step>
  +				<request>
  +					<command varUsage="globalVariableCollection,globalVariableServerName,iteration,i">Delete /%globalVariableServerName%/%globalVariableCollection%/test100%iteration%/attributedChoice1Instance1k_%i%.xml 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: Mon, 19 Mar 2001 16:49:09 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>
  +		</repeater>
  +	</repeater>
   </test>
  -
  
  
  

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