merge suite name from LANG_POST_2_4

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2008-05-06 16:57:34 +00:00
parent 19d3272300
commit 290731e746
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public static void main(String[] args) {
*/
public static Test suite() {
TestSuite suite = new TestSuite(LocaleUtilsTest.class);
suite.setName("LocaleUtilsTest Tests");
suite.setName("LocaleUtils Tests");
return suite;
}