commenting out the text tests as they will not be in the next release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2005-03-06 19:03:31 +00:00
parent b2f0bbd9aa
commit b4e543ab8d

View File

@ -63,7 +63,7 @@ public static Test suite() {
suite.addTest(ExceptionTestSuite.suite());
suite.addTest(MathTestSuite.suite());
suite.addTest(MutableTestSuite.suite());
suite.addTest(TextTestSuite.suite());
// suite.addTest(TextTestSuite.suite());
suite.addTest(TimeTestSuite.suite());
return suite;
}