[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code move
From:       juergen () apache ! org
Date:       2002-08-29 11:39:10
[Download RAW message or body]

juergen     2002/08/29 04:39:10

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code
                        moveFile.xml move.xml copyFile.xml copy.xml
  Log:
  1) use a variable for the upper loop bound
  2) remove some headers
  
  Revision  Changes    Path
  1.5       +1 -30     \
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/moveFile.xml
  
  Index: moveFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/moveFile.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- moveFile.xml	13 Aug 2002 12:45:02 -0000	1.4
  +++ moveFile.xml	29 Aug 2002 11:39:10 -0000	1.5
  @@ -19,52 +19,31 @@
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
                /%globalVariableServerName%/%globalVariableCollection%/test.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"/>
   		</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 repeatCount="10">
  +	<repeater varUsage="globalVariableIterationCount" \
repeatCount="%globalVariableIterationCount%">  <step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">MOVE \
                /%globalVariableServerName%/%globalVariableCollection%/test.xml \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header>Overwrite: F</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.xml</header>
                
  -				<header>Translate: f</header>
  -				<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -				<header>Content-: 0</header>
   			</request>
   			<response>
   				<command>HTTP/1.0 201 Created</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>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">MOVE \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.xml \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header>Overwrite: F</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
                /%globalVariableServerName%/%globalVariableCollection%/test.xml</header>
                
  -				<header>Translate: f</header>
  -				<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -				<header>Content-: 0</header>
   			</request>
   			<response>
   				<command>HTTP/1.0 201 Created</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>
  @@ -72,17 +51,9 @@
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
                /%globalVariableServerName%/%globalVariableCollection%/test.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: 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>
  
  
  
  1.5       +1 -65     \
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/move.xml
  
  Index: move.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/move.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- move.xml	13 Aug 2002 12:45:02 -0000	1.4
  +++ move.xml	29 Aug 2002 11:39:10 -0000	1.5
  @@ -24,129 +24,73 @@
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName"> MKCOL \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                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%/level1/level2 \
                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%/level1/level2/level3 \
                HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -			<header>Connection: Keep-Alive</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/level2/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/level2/level3/test.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"/>
   		</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 repeatCount="10">
  +	<repeater varUsage="globalVariableIterationCount" \
repeatCount="%globalVariableIterationCount%">  <step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">MOVE \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header>Overwrite: F</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1</header>
                
  -				<header>Translate: f</header>
  -				<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -				<header>Content-: 0</header>
   			</request>
   			<response>
   				<command>HTTP/1.0 201 Created</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>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">MOVE \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1 \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header>Overwrite: F</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
                /%globalVariableServerName%/%globalVariableCollection%/level1</header>
                
  -				<header>Translate: f</header>
  -				<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -				<header>Content-: 0</header>
   			</request>
   			<response>
   				<command>HTTP/1.0 201 Created</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>
  @@ -154,17 +98,9 @@
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                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>
  
  
  
  1.5       +1 -45     \
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/copyFile.xml
  
  Index: copyFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/copyFile.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- copyFile.xml	13 Aug 2002 12:45:02 -0000	1.4
  +++ copyFile.xml	29 Aug 2002 11:39:10 -0000	1.5
  @@ -22,69 +22,41 @@
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
                /%globalVariableServerName%/%globalVariableCollection%/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
                /%globalVariableServerName%/%globalVariableCollection%/test.xml \
                HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
   			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.xml</header>
  <header>Overwrite: F</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: 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 repeatCount="10">
  +	<repeater varUsage="globalVariableIterationCount" \
repeatCount="%globalVariableIterationCount%">  <step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.xml \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%/test.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 204 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>
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
                /%globalVariableServerName%/%globalVariableCollection%/test.xml \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.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 204 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>
  @@ -92,33 +64,17 @@
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
                /%globalVariableServerName%/%globalVariableCollection%/test.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: 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>
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/test.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: 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>
  
  
  
  1.5       +1 -80     \
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/copy.xml
  
  Index: copy.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/multiplestores/code/copy.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- copy.xml	13 Aug 2002 12:45:02 -0000	1.4
  +++ copy.xml	29 Aug 2002 11:39:10 -0000	1.5
  @@ -27,146 +27,83 @@
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName"> MKCOL \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                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%/level1/level2 \
                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%/level1/level2/level3 \
                HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
  -			<header>Translate: f</header>
  -			<header>User-Agent: Microsoft Data Access Internet Publishing Provider \
                DAV</header>
  -			<header>Connection: Keep-Alive</header>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/level2/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT \
/%globalVariableServerName%/%globalVariableCollection%/level1/level2/level3/test.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"/>
   		</request>
   		<response>
   			<command>HTTP/1.0 201 Created</command>
  -			<header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -			<header>Content-Language: en</header>
  -			<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; \
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>  \
</response>  </step>
   	<step>
   		<request>
   			<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                HTTP/1.1</command>
  -			<header>Accept-Language: en-us</header>
   			<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1</header>
  <header>Overwrite: F</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: 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 repeatCount="10">
  +	<repeater varUsage="globalVariableIterationCount" \
repeatCount="%globalVariableIterationCount%">  <step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1 \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%/level1</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 204 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>
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName">COPY \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                HTTP/1.1</command>
  -				<header>Accept-Language: en-us</header>
   				<header varUsage="globalVariableCollection,globalVariableServerName">Destination: \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1</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 204 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>
  @@ -174,33 +111,17 @@
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
                /%globalVariableServerName%/%globalVariableCollection%/level1 \
                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>
   		<step>
   			<request>
   				<command varUsage="globalVariableCollection,globalVariableServerName"> DELETE \
/%globalVariableServerName%/%globalVariableCollection%_secondCollection/level1 \
                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>
  
  
  

--
To unsubscribe, e-mail:   <mailto:slide-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@jakarta.apache.org>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic