Removing enum.EnumTestSuite

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-03-02 03:48:28 +00:00
parent 4f49d7d272
commit 1b3c9a30cd
1 changed files with 0 additions and 3 deletions

View File

@ -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>