mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5383 Re-enable test.
X-SVN-Rev: 38172
This commit is contained in:
parent
7847919dfa
commit
a5c02bbcda
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2004-2015, International Business Machines Corporation and
|
||||
* Copyright (C) 2004-2016, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -866,12 +866,10 @@ public class GlobalizationPreferencesTest extends TestFmwk {
|
|||
logln("Set locale - es");
|
||||
gp.setLocale(new ULocale("es"));
|
||||
brk = gp.getBreakIterator(GlobalizationPreferences.BI_CHARACTER);
|
||||
/* TODO: JB#5383
|
||||
locStr = brk.getLocale(ULocale.VALID_LOCALE).toString();
|
||||
if (!locStr.equals("es")) {
|
||||
errln("FAIL: Character break iterator locale is " + locStr + " Expected: es");
|
||||
}
|
||||
*/
|
||||
|
||||
// Set explicit break sentence iterator
|
||||
logln("Set break iterator for sentence using locale hu_HU");
|
||||
|
|
Loading…
Add table
Reference in a new issue