vmassol     01/08/25 04:14:10

  Modified:    cactus/build build-servletapi.xml
  Log:
  calls WebResponse for the implementation as AssertUtils is now deprecated in favor 
of WebResponse
  
  Revision  Changes    Path
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build-servletapi.xml      2001/08/24 15:59:26     1.19
  +++ build-servletapi.xml      2001/08/25 11:14:10     1.20
  @@ -558,7 +558,7 @@
   
               <formatter type="plain" usefile="false"/>
   
  -            <test name="org.apache.commons.cactus.util.TestAssertUtils"/>
  +            <test name="org.apache.commons.cactus.TestWebResponse"/>
               <test name="org.apache.commons.cactus.TestAbstractTestCase"/>
   
           </junit>
  
  
  

Reply via email to