You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@locus.apache.org on 2000/11/09 14:17:49 UTC

cvs commit: jakarta-tomcat/src/etc test-tomcat.xml

larryi      00/11/09 05:17:49

  Modified:    src/etc  Tag: tomcat_32 test-tomcat.xml
  Log:
  Handler's service method was changed to propagate exceptions.
  Removed a test that no longer fits the new behavior.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.4  +2 -1      jakarta-tomcat/src/etc/Attic/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/Attic/test-tomcat.xml,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- test-tomcat.xml	2000/09/13 01:59:24	1.20.2.3
  +++ test-tomcat.xml	2000/11/09 13:17:48	1.20.2.4
  @@ -90,11 +90,12 @@
                returnCode="${http.protocol} 200"
                responseMatch="PreInclude" 
          />
  +      <!-- remove test that no longer fits current behavior
         <gtest host="${host}" port="${port}"  description="PrintWriterTest"
                request="GET /test/servlet/dispatch.PrintWriterTest1Servlet HTTP/1.0"
                returnCode="${http.protocol} 200"
                responseMatch="PostInclude" 
  -       />
  +       /> -->
         <gtest host="${host}" port="${port}"  description="PrintWriterTest"
                request="GET /test/servlet/dispatch.PrintWriterTest1Servlet HTTP/1.0"
                returnCode="${http.protocol} 200"