You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2005/05/27 09:26:15 UTC

svn commit: r178764 - /jakarta/commons/proper/lang/trunk/build.xml

Author: ggregory
Date: Fri May 27 00:26:14 2005
New Revision: 178764

URL: http://svn.apache.org/viewcvs?rev=178764&view=rev
Log:
The build.xml invoked the deprecated .enum. test suite but not the new .enums. test suite. Added .enums. invocation on top of .enum.

Modified:
    jakarta/commons/proper/lang/trunk/build.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/build.xml?rev=178764&r1=178763&r2=178764&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Fri May 27 00:26:14 2005
@@ -178,6 +178,7 @@
     <target name="test.enum" depends="compile.tests">
         <echo message="Running enum package tests ..."/>
         <java classname="${test.runner}" fork="${test.fork}" failonerror="${test.failonerror}">
+            <arg value="org.apache.commons.lang.enums.EnumTestSuite"/>
             <arg value="org.apache.commons.lang.enum.EnumTestSuite"/>
             <classpath refid="test.classpath"/>
         </java>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org