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:
parent
7a9f3bb0db
commit
ac01ed3d67
|
@ -272,7 +272,7 @@ public class LocaleUtilsTest extends TestCase {
|
|||
new Locale[] {
|
||||
LOCALE_EN_US_ZZZZ,
|
||||
LOCALE_EN_US,
|
||||
new Locale("en")});
|
||||
new Locale("en", "")});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue