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/09/04 23:13:26 UTC

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

larryi      00/09/04 14:13:26

  Modified:    src/etc  Tag: tomcat_32 test-tomcat.xml
  Log:
  Remove test that is JDK dependent
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.2  +2 -1      jakarta-tomcat/src/etc/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/test-tomcat.xml,v
  retrieving revision 1.20.2.1
  retrieving revision 1.20.2.2
  diff -u -r1.20.2.1 -r1.20.2.2
  --- test-tomcat.xml	2000/08/29 05:27:31	1.20.2.1
  +++ test-tomcat.xml	2000/09/04 21:13:25	1.20.2.2
  @@ -131,12 +131,13 @@
                goldenFile="${gdir}/IncludeFile.txt" 
          />
   
  +      <!-- Order of query parameters depends on JDK
         <gtest host="${host}" port="${port}"  description="ForwardWithQuery"
                request="GET /test/servlet/dispatch.ForwardWithQueryServlet?name=Sun%20Microsystems&amp;age=100000&amp;city=Cupertino HTTP/1.0"
                returnCode="${http.protocol} 200"
                expectHeaders="Content-Type:text/funky" 
                goldenFile="${gdir}/ForwardWithQuery.txt" 
  -       />
  +       / -->