nacho       01/08/25 09:18:20

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Forget  to add a dependency to the new mangler tests in client target.
  
  Revision  Changes    Path
  1.43      +2 -2      jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- test-tomcat.xml   2001/08/25 14:47:33     1.42
  +++ test-tomcat.xml   2001/08/25 16:18:20     1.43
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.42 $" />  
  +     <property name="revision" value="$Revision: 1.43 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="colonPort" value=":${port}" />
  @@ -1400,7 +1400,7 @@
   
   
      <!-- ==================== All targets ====================  -->
  -   <target name="client" 
depends="file,params,writer,dispatch,get,requestMap,post,wrong_request,restricted,jsp,unavailable,headers,security_chk,aaa">
  +   <target name="client" 
depends="file,params,writer,dispatch,get,requestMap,post,wrong_request,restricted,jsp,unavailable,headers,security_chk,aaa,mangler">
      </target>
   
      <!-- ==================== Aux targets ==================== -->
  
  
  

Reply via email to