cvs commit: jakarta-log4j/tests build.xml

[email protected] 16 Jun 2002 23:28:08 -0000
Newsgroups gmane.comp.jakarta.log4j.cvs
Message-ID <[email protected]>
mwomack     2002/06/16 16:28:08

  Modified:    tests    build.xml
  Log:
  Removed test case for varia.NDCMatchFilter since the filter was removed.
  
  Revision  Changes    Path
  1.20      +1 -9      jakarta-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	12 Jun 2002 06:11:33 -0000	1.19
  +++ build.xml	16 Jun 2002 23:28:08 -0000	1.20
  @@ -102,7 +102,7 @@
                                        XMLLayout, AsyncAppender, 
                                        OptionConverter, BoundedFIFO, 
                                        CyclicBuffer, OR, VariaLevelMatchFilter, 
  -                                     VariaLevelRangeFilter, VariaNDCMatchFilter, 
  +                                     VariaLevelRangeFilter, 
                                        FiltersLevelMatchFilter, DRFA"/>
   
     <!-- ================================================================= -->
  @@ -218,14 +218,6 @@
         <classpath refid="tests.classpath"/>
         <formatter type="plain" usefile="false"/>
         <test name="org.apache.log4j.varia.LevelRangeFilterTestCase" />
  -    </junit>
  -  </target>
  -
  -  <target name="VariaNDCMatchFilter" depends="build">
  -    <junit printsummary="yes" fork="yes" haltonfailure="yes">
  -      <classpath refid="tests.classpath"/>
  -      <formatter type="plain" usefile="false"/>
  -      <test name="org.apache.log4j.varia.NDCMatchFilterTestCase" />
       </junit>
     </target>