Skip to content

Commit e0ebd34

Browse files
ars18wrwiText-CI
authored andcommitted
Let PointTest extend ExtendedITextTest.
DEVSIX-3866 Autoported commit. Original commit hash: [0edbedab3]
1 parent faff836 commit e0ebd34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

itext.tests/itext.kernel.tests/itext/kernel/geom/PointTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ source product.
4141
4242
*/
4343
using System;
44+
using iText.Test;
4445

4546
namespace iText.Kernel.Geom {
46-
public class PointTest {
47+
public class PointTest : ExtendedITextTest {
4748
private static double EPSILON_COMPARISON = 1E-12;
4849

4950
[NUnit.Framework.Test]

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4c3379030d138156c170b1ccae87403dc02bb855
1+
0edbedab32b7fddf9bdc359e1c678a6897b6fb3c

0 commit comments

Comments
 (0)