skitching 2004/04/03 21:05:10
Modified: digester build.xml
Log:
Add target for running new OverlappingCallMethodRuleTestCase
Revision Changes Path
1.52 +15 -1 jakarta-commons/digester/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- build.xml 15 Feb 2004 01:02:13 -0000 1.51
+++ build.xml 4 Apr 2004 05:05:09 -0000 1.52
@@ -336,6 +336,20 @@
</java>
</target>
+ <target name="test.overlapping" depends="compile.tests"
+ description="Run tests for OverlappingCallMethodRule...">
+ <echo message="Running OverlappingCallMethodRule tests ..."/>
+ <condition property="logopt" value="${log.factoryopt}=${log.class}">
+ <istrue value="${suppressLogOutputDuringTests}"/>
+ </condition>
+ <java classname="${test.runner}" fork="yes"
+ failonerror="${test.failonerror}">
+ <jvmarg value="-D${logopt}"/>
+ <arg value="org.apache.commons.digester.OverlappingCallMethodRuleTestCase"/>
+ <classpath refid="test.classpath"/>
+ </java>
+ </target>
+
<target name="test.objectparam" depends="compile.tests"
description="Run tests for ObjectParamRule ...">
<echo message="Running ObjectParamRule tests ..."/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]