mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-21057 Remove obsolete logKnownIssue for ICU-11025
This commit is contained in:
parent
88f092a9fb
commit
8625158a7b
1 changed files with 1 additions and 3 deletions
|
@ -130,9 +130,7 @@ public class NumberFormatSpecificationTest extends TestFmwk {
|
|||
DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE);
|
||||
DecimalFormat fmt = new DecimalFormat("¤¤ **#######0", sym);
|
||||
fmt.setCurrency(Currency.getInstance("JPY"));
|
||||
if (!logKnownIssue("11025", "Padding broken when used with currencies")) {
|
||||
assertEquals("", "JPY ****433", fmt.format(433.22));
|
||||
}
|
||||
assertEquals("", "JPY ****433", fmt.format(433.22));
|
||||
}
|
||||
{
|
||||
DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US);
|
||||
|
|
Loading…
Add table
Reference in a new issue