amyroh      01/04/19 21:37:15

  Modified:    tester/src/bin tester.xml
  Log:
  Add additional SSI tests including fsize & config.
  
  Revision  Changes    Path
  1.33      +40 -0     jakarta-tomcat-4.0/tester/src/bin/tester.xml
  
  Index: tester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/src/bin/tester.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- tester.xml        2001/04/18 20:40:31     1.32
  +++ tester.xml        2001/04/20 04:37:13     1.33
  @@ -802,6 +802,46 @@
            request="${context.path}/SSIInclude08.shtml" debug="${debug}"
             golden="${golden.path}/SSIInclude02.txt"/>
   
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIConfig01.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIConfig01.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIConfig03.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIConfig03.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize01.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIInclude01.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize02.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize03.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize04.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize05.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize06.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize07.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +
  +    <tester host="${host}" port="${port}" protocol="${protocol}"
  +         request="${context.path}/SSIFsize08.shtml" debug="${debug}"
  +          golden="${golden.path}/SSIFsize02.txt"/>
  +          
     </target>
   
   
  
  
  

Reply via email to