mwomack 02/05/19 23:24:41 Modified: tests build.xml Log: Added task for NDCMatchFilter. Revision Changes Path 1.17 +8 -1 jakarta-log4j/tests/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- build.xml 10 May 2002 07:57:36 -0000 1.16 +++ build.xml 20 May 2002 06:24:41 -0000 1.17 @@ -102,7 +102,7 @@ XMLLayout, AsyncAppender, OptionConverter, BoundedFIFO, CyclicBuffer, OR, LevelMatchFilter, - DRFA"/> + NDCMatchFilter, DRFA"/> <!-- ================================================================= --> <!-- Longer unit tests --> @@ -212,6 +212,13 @@ </junit> </target> + <target name="NDCMatchFilter" 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> <target name="OptionConverter" depends="build"> <junit printsummary="yes" fork="yes" haltonfailure="yes">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>