mwomack 2002/12/10 23:35:03 Modified: tests build.xml Log: Added PluginTestCase. Revision Changes Path 1.24 +10 -1 jakarta-log4j/tests/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- build.xml 16 Oct 2002 13:54:14 -0000 1.23 +++ build.xml 11 Dec 2002 07:35:03 -0000 1.24 @@ -114,7 +114,8 @@ OptionConverter, BoundedFIFO, CyclicBuffer, OR, VariaLevelMatchFilter, VariaLevelRangeFilter, PatternParser, - LevelMatchFilter, FiltersLevelMatchFilter, DRFA"/> + LevelMatchFilter, FiltersLevelMatchFilter, DRFA, + Plugins"/> <!-- ================================================================= --> <!-- Longer unit tests --> @@ -352,6 +353,14 @@ <classpath refid="tests.classpath"/> <formatter type="plain" usefile="false"/> <test name="org.apache.log4j.DRFATestCase" /> + </junit> + </target> + + <target name="Plugins" depends="build, cleanOutputDir"> + <junit printsummary="yes" fork="yes" haltonfailure="yes"> + <classpath refid="tests.classpath"/> + <formatter type="plain" usefile="false"/> + <test name="org.apache.log4j.plugins.PluginTestCase" /> </junit> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>