You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/03/19 05:15:05 UTC

svn commit: r638699 - /commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java

Author: mbenson
Date: Tue Mar 18 21:15:04 2008
New Revision: 638699

URL: http://svn.apache.org/viewvc?rev=638699&view=rev
Log:
suite name

Modified:
    commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java

Modified: commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java?rev=638699&r1=638698&r2=638699&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java (original)
+++ commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LocaleUtilsTest.java Tue Mar 18 21:15:04 2008
@@ -71,7 +71,7 @@
      */
     public static Test suite() {
         TestSuite suite = new TestSuite(LocaleUtilsTest.class);
-        suite.setName("LocaleUtilsTest Tests");
+        suite.setName("LocaleUtils Tests");
         return suite;
     }