Skip to content

Commit 7784f41

Browse files
ars18wrwiText-CI
authored andcommitted
Unignore a test on Float.MIN_VALUE.
Now it's ported to .NET correctly. DEVSIX-2387 Autoported commit. Original commit hash: [47675581b]
1 parent 40b5041 commit 7784f41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

itext.tests/itext.svg.tests/itext/svg/utils/SvgCssUtilsTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public virtual void ConvertLongerFloatToStringTest() {
163163
NUnit.Framework.Assert.AreEqual(expected, actual);
164164
}
165165

166-
[NUnit.Framework.Ignore("TODO: Check autoport for failing float comparisons. Blocked by DEVSIX-2387\n")]
167166
[NUnit.Framework.Test]
168167
public virtual void ConvertFloatMinimumToPdfTest() {
169168
float expected = 1.4E-45f;

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a1c79d4b81470a838f4c8e2d1bbc5815a7e866fe
1+
47675581bacab5be717748639b4c58a0a9a9b9cd

0 commit comments

Comments
 (0)