[geos-commits] [SCM] GEOS branch main-relate-ng updated. 79881bbd235f26e9f1d0ff0a49cc893baeda7ced

git at osgeo.org git at osgeo.org
Mon Jul 29 14:01:27 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main-relate-ng has been updated
       via  79881bbd235f26e9f1d0ff0a49cc893baeda7ced (commit)
      from  bccce512e6c87284ba0037fb343943019b440b01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 79881bbd235f26e9f1d0ff0a49cc893baeda7ced
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jul 29 14:01:03 2024 -0700

    Comment out problematic precision case

diff --git a/tests/unit/operation/relateng/RelateNGRobustnessTest.cpp b/tests/unit/operation/relateng/RelateNGRobustnessTest.cpp
index 95b8f545c..879329073 100644
--- a/tests/unit/operation/relateng/RelateNGRobustnessTest.cpp
+++ b/tests/unit/operation/relateng/RelateNGRobustnessTest.cpp
@@ -142,15 +142,17 @@ void object::test<9> ()
 }
 
 // xtestGEOS_968_2
-template<>
-template<>
-void object::test<10> ()
-{
-    std::string a = "LINESTRING(1 0, 0 2)";
-    std::string b = "POINT (0.9 0.2)";
-    //-- this case doesn't work due to numeric rounding for Orientation test
-    checkCoversCoveredBy(a, b,true);
-}
+// commented out, related to deeper DD vs FP differences
+
+// template<>
+// template<>
+// void object::test<10> ()
+// {
+//     std::string a = "LINESTRING(1 0, 0 2)";
+//     std::string b = "POINT (0.9 0.2)";
+//     //-- this case doesn't work due to numeric rounding for Orientation test
+//     checkCoversCoveredBy(a, b,true);
+// }
 
 // https://github.com/libgeos/geos/issues/933
 // testGEOS_933

-----------------------------------------------------------------------

Summary of changes:
 .../operation/relateng/RelateNGRobustnessTest.cpp    | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list