ceki 2004/12/18 07:25:03
Modified: tests build.xml
Log:
Testing parsing of config files declaring an AsyncAppender
Revision Changes Path
1.74 +13 -3 logging-log4j/tests/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/tests/build.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- build.xml 9 Dec 2004 15:10:03 -0000 1.73
+++ build.xml 18 Dec 2004 15:25:02 -0000 1.74
@@ -154,7 +154,7 @@
OptionSubstitutionTest,
LevelOptionConverterTest,
BoundedFIFO,
- Joran,
+ Joran,
Scheduler,
ThrowableInformation,
LocationInfo,
@@ -179,14 +179,15 @@
<!-- ================================================================= -->
<target name="Rolling" depends="Compress,
- SizeBasedRolling,
+ SizeBasedRolling,
TimeBasedRolling, Renaming"/>
<!-- ================================================================= -->
<!-- Joran unit tests -->
<!-- ================================================================= -->
- <target name="Joran" depends="Pattern, SimpleStore, Interpreter"/>
+ <target name="Joran" depends="Pattern, SimpleStore, Interpreter,
+ JoranConfigurator"/>
<!-- ================================================================= -->
@@ -552,6 +553,15 @@
</junit>
</target>
+ <target name="JoranConfigurator" depends="check, build, cleanOutputDir">
+ <junit printsummary="yes" fork="yes" haltonfailure="yes">
+ <classpath refid="tests.classpath"/>
+ <formatter type="plain" usefile="false" />
+ <test name="org.apache.log4j.joran.JoranConfiguratorTest" />
+ </junit>
+ </target>
+
+
<target name="Scheduler" depends="check, build, cleanOutputDir">
<junit printsummary="yes" fork="yes" haltonfailure="yes">
<classpath refid="tests.classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]