Moved the enum package to the end so that the others can be tested.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-01-07 19:56:40 +00:00
parent a99f7965b3
commit 6325219185
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!-- <!--
"Lang" component of the Jakarta Commons Subproject "Lang" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.8 2002/12/23 00:33:50 scolebourne Exp $ $Id: build.xml,v 1.9 2003/01/07 19:56:40 bayard Exp $
--> -->
@ -157,13 +157,13 @@
compile.tests, compile.tests,
test.lang, test.lang,
test.builder, test.builder,
test.enum,
test.exception, test.exception,
test.functor, test.functor,
test.math, test.math,
test.reflect, test.reflect,
test.time, test.time,
test.util" test.util,
test.enum"
description="Run all unit test cases"> description="Run all unit test cases">
<echo message="Running tests ..."/> <echo message="Running tests ..."/>