Pretty sure Util tests were gone a long long time ago

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@415315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-06-19 12:45:54 +00:00
parent baff3dca73
commit d13e4b12f3
1 changed files with 0 additions and 3 deletions

View File

@ -171,7 +171,4 @@ limitations under the License.
<target name="test.time" depends="compile.tests">
<runTestCase classname="org.apache.commons.lang.time.TimeTestSuite"/>
</target>
<target name="test.util" depends="compile.tests">
<runTestCase classname="org.apache.commons.lang.util.UtilTestSuite"/>
</target>
</project>