vmassol     01/09/07 09:07:08

  Modified:    cactus/build build-servletapi.xml
  Log:
  use a TestAll test class to gather all tests instead of explicitely listing them in 
the Ant junit task
  
  Revision  Changes    Path
  1.23      +1 -1      jakarta-commons/cactus/build/build-servletapi.xml
  
  Index: build-servletapi.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build-servletapi.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build-servletapi.xml      2001/08/31 16:57:05     1.22
  +++ build-servletapi.xml      2001/09/07 16:07:07     1.23
  @@ -558,7 +558,7 @@
   
               <formatter type="plain" usefile="false"/>
   
  -            <test name="org.apache.commons.cactus.TestAbstractTestCase"/>
  +            <test name="org.apache.commons.cactus.TestAll"/>
   
           </junit>
   
  
  
  

Reply via email to