[Bug 34715][lang] unit test for org.apache.commons.lang.text.StrBuilder.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@166042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-05-02 23:04:47 +00:00
parent 7771e18974
commit f9e986558f
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public static Test suite() {
TestSuite suite = new TestSuite();
suite.setName("Commons-Lang-Text Tests");
suite.addTest(InterpolationTest.suite());
suite.addTest(StrBuilderTest.suite());
suite.addTest(StrTokenizerTest.suite());
return suite;
}