You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2004/03/30 14:34:42 UTC

cvs commit: jakarta-tomcat-catalina/tester/src/bin tester.xml

remm        2004/03/30 04:34:42

  Modified:    tester/src/bin tester.xml
  Log:
  - Fix two tests after Jasper changes.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-tomcat-catalina/tester/src/bin/tester.xml
  
  Index: tester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/tester/src/bin/tester.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tester.xml	19 Aug 2003 19:07:43 -0000	1.9
  +++ tester.xml	30 Mar 2004 12:34:42 -0000	1.10
  @@ -320,13 +320,13 @@
       <tester host="${host}" port="${port}" protocol="${protocol}"
            request="${context.path}/ErrorPage09"
              debug="${debug}"
  -          status="200"
  +          status="500"
         outContent="ErrorPage10 PASSED"/>
   
       <tester host="${host}" port="${port}" protocol="${protocol}"
            request="${context.path}/WrappedErrorPage09"
              debug="${debug}"
  -          status="200"
  +          status="500"
         outContent="ErrorPage10 PASSED"/>
   
     </target>
  
  
  

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