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 lu...@apache.org on 2004/09/03 16:34:05 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/get/conditional getConditionalByTime.xml getConditionalByTimeRange.xml

luetzkendorf    2004/09/03 07:34:05

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/get/conditional
                        getConditionalByTime.xml
                        getConditionalByTimeRange.xml
  Log:
  <repeater repeatCount="50">...</> replaced by <wait time=".."/>
  
  Revision  Changes    Path
  1.4       +1 -12     jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/get/conditional/getConditionalByTime.xml
  
  Index: getConditionalByTime.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/get/conditional/getConditionalByTime.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- getConditionalByTime.xml	3 Aug 2004 14:50:51 -0000	1.3
  +++ getConditionalByTime.xml	3 Sep 2004 14:34:05 -0000	1.4
  @@ -58,18 +58,7 @@
       </response>
     </step>
   
  - 
  -  <repeater repeatCount="50">
  -    <step>
  -      <request>
  -        <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/help-doc.html HTTP/1.1</command>
  -        <body/>
  -      </request>
  -      <response>
  -        <command>HTTP/1.0 207 Multi-Status</command>
  -      </response>
  -    </step>
  -  </repeater>
  +  <wait time="3000"/>
   
     <step>
       <request>
  
  
  
  1.2       +5 -16     jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/get/conditional/getConditionalByTimeRange.xml
  
  Index: getConditionalByTimeRange.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/get/conditional/getConditionalByTimeRange.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- getConditionalByTimeRange.xml	3 Aug 2004 14:50:51 -0000	1.1
  +++ getConditionalByTimeRange.xml	3 Sep 2004 14:34:05 -0000	1.2
  @@ -43,25 +43,14 @@
         <header>Range: bytes=0-3</header>
       </request>
       <response>
  -	<command>HTTP/1.0 206 Partial Content</command>
  -	<header>Content-Range: bytes 0-3/52</header>
  -	<header>Content-Type: text/plain;charset=utf-8</header>
  -	<body>AABB</body>
  +      <command>HTTP/1.0 206 Partial Content</command>
  +      <header>Content-Range: bytes 0-3/52</header>
  +      <header>Content-Type: text/plain;charset=utf-8</header>
  +      <body>AABB</body>
       </response>
     </step>
   
  - 
  -  <repeater repeatCount="50">
  -    <step>
  -      <request>
  -        <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/help-doc.html HTTP/1.1</command>
  -        <body/>
  -      </request>
  -      <response>
  -        <command>HTTP/1.0 207 Multi-Status</command>
  -      </response>
  -    </step>
  -  </repeater>
  +  <wait time="3000"/>
   
     <step>
       <request>
  
  
  

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