You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/03/02 04:48:28 UTC

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

Author: bayard
Date: Mon Mar  2 03:48:28 2009
New Revision: 749175

URL: http://svn.apache.org/viewvc?rev=749175&view=rev
Log:
Removing enum.EnumTestSuite

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

Modified: commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=749175&r1=749174&r2=749175&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Mon Mar  2 03:48:28 2009
@@ -167,9 +167,6 @@
 	<target name="test.builder" depends="compile.tests">
 		<runTestCase classname="org.apache.commons.lang.builder.BuilderTestSuite"/>
 	</target>
-	<target name="test.enum" depends="compile.tests">
-		<runTestCase classname="org.apache.commons.lang.enum.EnumTestSuite"/>
-	</target>
 	<target name="test.enums" depends="compile.tests">
 		<runTestCase classname="org.apache.commons.lang.enums.EnumTestSuite"/>
 	</target>