ceki 2004/12/23 12:33:33
Modified: tests build.xml
Log:
typo fix
Revision Changes Path
1.80 +12 -3 logging-log4j/tests/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/tests/build.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- build.xml 23 Dec 2004 12:16:22 -0000 1.79
+++ build.xml 23 Dec 2004 20:33:33 -0000 1.80
@@ -193,7 +193,8 @@
NDC,
Plugins,
MessageFormatter,
- DateFormat"/>
+ CacheDateFormat,
+ CacheUtil"/>
@@ -623,14 +624,22 @@
</junit>
</target>
- <target name="DateFormat" depends="check, build, cleanOutputDir">
+ <target name="CacheDateFormat" 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.pattern.CachedDateFormatTest" />
</junit>
</target>
-
+
+ <target name="CacheUtil" 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.pattern.CacheUtilTest" />
+ </junit>
+ </target>
+
<!-- ================================================================= -->
<!-- ========================= long Tests ========================= -->
<!-- ================================================================= -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]