aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsDPointTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsDPointTest.cpp')
-rw-r--r--tests/PathOpsDPointTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PathOpsDPointTest.cpp b/tests/PathOpsDPointTest.cpp
index e197d5d618..186d691d10 100644
--- a/tests/PathOpsDPointTest.cpp
+++ b/tests/PathOpsDPointTest.cpp
@@ -38,6 +38,7 @@ DEF_TEST(PathOpsDPoint, reporter) {
REPORTER_ASSERT(reporter, p == pt);
REPORTER_ASSERT(reporter, p.approximatelyEqual(sPt));
REPORTER_ASSERT(reporter, p.roughlyEqual(pt));
+ REPORTER_ASSERT(reporter, p.moreRoughlyEqual(pt));
p.fX = p.fY = 0;
REPORTER_ASSERT(reporter, p.fX == 0 && p.fY == 0);
REPORTER_ASSERT(reporter, p.approximatelyZero());