mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-21581 BRS 70 front-load task: scrub logKnownIssue for ticket CLDR-14477,
which is completed.
This commit is contained in:
parent
c26aebe802
commit
284a1c1a95
1 changed files with 0 additions and 3 deletions
|
@ -846,9 +846,6 @@ public class NumberRangeFormatterTest extends TestFmwk {
|
|||
public void testNumberingSystemRangeData() {
|
||||
RangePatternSink sink = new RangePatternSink();
|
||||
for (ULocale locale : ULocale.getAvailableLocales()) {
|
||||
if (locale.getLanguage().equals("nn") && logKnownIssue("cldrbug:14477", "nn inherits inconsistent number range patterns")) {
|
||||
continue;
|
||||
}
|
||||
ICUResourceBundle resource = (ICUResourceBundle)
|
||||
UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, locale);
|
||||
resource.getAllItemsWithFallback("NumberElements", sink);
|
||||
|
|
Loading…
Add table
Reference in a new issue