mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21900 Remove 'logKnownIssue(...)' protection now that ICU-21714 is fixed.
This commit is contained in:
parent
9df5f09d8f
commit
335c403618
1 changed files with 0 additions and 3 deletions
|
@ -414,9 +414,6 @@ public class PluralRulesTest extends TestFmwk {
|
|||
}
|
||||
keywordToRule.put(keyword, singleRule);
|
||||
}
|
||||
if (compactExponentLocales.contains(locale.getLanguage()) && logKnownIssue("21714", "PluralRules.select treats 1c6 as 1")) {
|
||||
continue;
|
||||
}
|
||||
Map<FixedDecimal, String> collisionTest = new TreeMap();
|
||||
for (FixedDecimalSamples sample3 : samples) {
|
||||
Set<FixedDecimalRange> samples2 = sample3.getSamples();
|
||||
|
|
Loading…
Add table
Reference in a new issue