Skip to content

Commit

Permalink
ICU-21581 BRS 70 front-load task scrub closed issues: replace ticket# I…
Browse files Browse the repository at this point in the history
…CU-11234,

which was closed as invalid, with its successor ticket ICU-21257.
  • Loading branch information
gnrunge authored and gnrunge committed Aug 2, 2021
1 parent 24aa9a8 commit 4368f69
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,9 @@ public void Test4212072() throws IOException, ClassNotFoundException {
Locale[] avail = NumberFormat.getAvailableLocales();
for (int i=0; i<avail.length; ++i) {
if ((avail[i].getLanguage().equals("ji") || avail[i].getLanguage().equals("bm")) &&
logKnownIssue("11234", "Symbol roundtrip issues for locales ji, bm")) {
logKnownIssue(
"21527",
"Remove bad currency test case in NumberRegressionTests.java")) {
continue;
}
for (int j=0; j<3; ++j) {
Expand Down Expand Up @@ -1887,4 +1889,3 @@ public StringBuffer format(com.ibm.icu.math.BigDecimal number, StringBuffer toAp
return new StringBuffer("");
}
}

0 comments on commit 4368f69

Please sign in to comment.