Pulled the test for WordWrapUtils from this class. Will need adding back in later.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-08-17 19:41:17 +00:00
parent 3ed03687f9
commit 8cd3765a60
1 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,7 @@
* @author Stephen Colebourne
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Matthew Hawthorne
* @version $Id: LangTestSuite.java,v 1.19 2003/08/02 18:18:33 scolebourne Exp $
* @version $Id: LangTestSuite.java,v 1.20 2003/08/17 19:41:17 bayard Exp $
*/
public class LangTestSuite extends TestCase {
@ -112,7 +112,6 @@ public static Test suite() {
suite.addTest(StringEscapeUtilsTest.suite());
suite.addTest(SystemUtilsTest.suite());
suite.addTest(UnhandledExceptionTest.suite());
suite.addTest(WordWrapUtilsTest.suite());
return suite;
}
}