ICU-5383 Re-enable test.

X-SVN-Rev: 38172
This commit is contained in:
Andy Heninger 2016-01-15 22:17:16 +00:00
parent 7847919dfa
commit a5c02bbcda

View file

@ -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");