mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-4196 locale display names test
X-SVN-Rev: 16737
This commit is contained in:
parent
fcf9df2e64
commit
29d17841e5
1 changed files with 2 additions and 1 deletions
|
@ -648,7 +648,8 @@ public final class ICUResourceBundleTest extends TestFmwk {
|
|||
logln("'standard' was found as a collation keyword.");
|
||||
}
|
||||
}
|
||||
public void TestCountryInfo(){
|
||||
|
||||
public void TestLocaleDisplayNames() {
|
||||
ULocale[] locales = ULocale.getAvailableLocales();
|
||||
for (int i = 0; i < locales.length; ++i) {
|
||||
if (!hasLocalizedCountryFor(ULocale.ENGLISH, locales[i])){
|
||||
|
|
Loading…
Add table
Reference in a new issue