mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-21581 BRS 70 front-load task scrub closed issues: replace ticket# ICU-11234,
which was closed as invalid, with its successor ticket ICU-21257.
This commit is contained in:
parent
24aa9a8964
commit
4368f69ef4
1 changed files with 3 additions and 2 deletions
|
@ -1538,7 +1538,9 @@ public class NumberRegressionTests extends TestFmwk {
|
|||
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) {
|
||||
|
@ -1887,4 +1889,3 @@ class MyNumberFormat extends NumberFormat {
|
|||
return new StringBuffer("");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue