mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12573 Remove no-longer-needed logKnownIssue
X-SVN-Rev: 39321
This commit is contained in:
parent
bdf4191819
commit
2328cbf9e9
1 changed files with 1 additions and 6 deletions
|
@ -1886,12 +1886,7 @@ public class MeasureUnitTest extends TestFmwk {
|
|||
}
|
||||
for (MeasureUnit unit : MeasureUnit.getAvailable(type)) {
|
||||
if (!knownUnits.contains(unit)) {
|
||||
String message = "Unit present in CLDR but not available via constant in MeasureUnit: " + unit;
|
||||
if (unit.getType().equals("coordinate")) {
|
||||
logKnownIssue("12573", message);
|
||||
} else {
|
||||
fail(message);
|
||||
}
|
||||
fail("Unit present in CLDR but not available via constant in MeasureUnit: " + unit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue