amyroh      01/06/20 15:37:08

  Modified:    tester/src/bin tester.xml
  Log:
  Remove one of the CGI tests due to OS dependency.
  
  Revision  Changes    Path
  1.50      +0 -4      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.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- tester.xml        2001/06/01 00:22:38     1.49
  +++ tester.xml        2001/06/20 22:37:06     1.50
  @@ -1221,10 +1221,6 @@
           golden="${golden.path}/binary.txt"/>
   
     <tester host="${host}" port="${port}" protocol="${protocol}"
  -        request="${context.path}/cgi-bin/chores.pl?" debug="${debug}"
  -        golden="${golden.path}/chores.txt"/>
  -
  -  <tester host="${host}" port="${port}" protocol="${protocol}"
           
request="${context.path}/cgi-bin/concat.pl?first_name=jane&amp;last_name=johnson&amp;fiance_first=john&amp;fiance_last=smith"
 debug="${debug}"
           golden="${golden.path}/concat.txt"/>
   
  
  
  

Reply via email to