Index: tests/PathOpsDPointTest.cpp |
diff --git a/tests/PathOpsDPointTest.cpp b/tests/PathOpsDPointTest.cpp |
index e197d5d618eecaa185fc2523a5bf526a3e521602..186d691d1096b34e603e76def8c690a3cb154a84 100644 |
--- a/tests/PathOpsDPointTest.cpp |
+++ b/tests/PathOpsDPointTest.cpp |
@@ -38,6 +38,7 @@ |
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()); |