Tsk, tsk: This class did not compile with Java 1.3.1. The test also fails on 1.3.1_15 but works on 1.4.2_09.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-10-04 22:21:40 +00:00
parent 7a9f3bb0db
commit ac01ed3d67
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public class LocaleUtilsTest extends TestCase {
new Locale[] {
LOCALE_EN_US_ZZZZ,
LOCALE_EN_US,
new Locale("en")});
new Locale("en", "")});
}
/**