also commenting out import statement for text so this builds :)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2005-03-06 19:05:25 +00:00
parent b4e543ab8d
commit 325c03b6c3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.apache.commons.lang.enums.EnumTestSuite;
import org.apache.commons.lang.exception.ExceptionTestSuite;
import org.apache.commons.lang.math.MathTestSuite;
import org.apache.commons.lang.mutable.MutableTestSuite;
import org.apache.commons.lang.text.TextTestSuite;
//import org.apache.commons.lang.text.TextTestSuite;
import org.apache.commons.lang.time.TimeTestSuite;
/**