Skip to content

Commit 4767558

Browse files
committed
Unignore a test on Float.MIN_VALUE.
Now it's ported to .NET correctly. DEVSIX-2387
1 parent a1c79d4 commit 4767558

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public void convertLongerFloatToStringTest() {
197197
Assert.assertEquals(expected, actual);
198198
}
199199

200-
@Ignore("TODO: Check autoport for failing float comparisons. Blocked by DEVSIX-2387\n")
201200
@Test
202201
public void convertFloatMinimumToPdfTest() {
203202
float expected = 1.4E-45f;

0 commit comments

Comments
 (0)