mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-13701 Removing obsolete logKnownIssue since bug is fixed.
This commit is contained in:
parent
4893313bd9
commit
e7645ff25c
1 changed files with 2 additions and 4 deletions
|
@ -518,10 +518,8 @@ public class DecimalQuantityTest extends TestFmwk {
|
|||
assertEquals("Should trim, toScientificString", "7.654E+1", dq.toScientificString());
|
||||
assertEquals("Should trim, toLong", 76, dq.toLong(true));
|
||||
assertEquals("Should trim, toFractionLong", 54, dq.toFractionLong(false));
|
||||
if (!logKnownIssue("13701", "consider cleaning up")) {
|
||||
assertEquals("Should trim, toDouble", 76.54, dq.toDouble());
|
||||
assertEquals("Should trim, toBigDecimal", new BigDecimal("76.54"), dq.toBigDecimal());
|
||||
}
|
||||
assertEquals("Should trim, toDouble", 76.54, dq.toDouble());
|
||||
assertEquals("Should trim, toBigDecimal", new BigDecimal("76.54"), dq.toBigDecimal());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Reference in a new issue