[geos-commits] [SCM] GEOS branch main-relate-ng updated. 0eb795effda0434520e1995486ac37d3d364cd92

git at osgeo.org git at osgeo.org
Fri Aug 9 08:58:49 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  0eb795effda0434520e1995486ac37d3d364cd92 (commit)
      from  eacbf9e152ead1572f8f4d105743a5b6de5d867e (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 0eb795effda0434520e1995486ac37d3d364cd92
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Fri Aug 9 08:58:23 2024 -0700

    Fix unit test results

diff --git a/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp b/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
index 986e1346f..e8b08adf4 100644
--- a/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
+++ b/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
@@ -112,7 +112,7 @@ void object::test<6>
     geom2_ = GEOSGeomFromWKT("LINESTRING(10 0, 10 -10)");
     pat_ = GEOSRelateBoundaryNodeRule(geom1_, geom2_,
                                       GEOSRELATE_BNR_MULTIVALENT_ENDPOINT);
-    ensure_equals(std::string(pat_), std::string("0F1FFF1F2"));
+    ensure_equals(std::string(pat_), std::string("FF10FF1F2"));
 }
 
 // Noded multiline touching line on node , MONOVALENT ENDPOINT rule
diff --git a/tests/xmltester/tests/validate/TestRelatePL.xml b/tests/xmltester/tests/validate/TestRelatePL.xml
index 2e11fb7b9..a0d1b9066 100644
--- a/tests/xmltester/tests/validate/TestRelatePL.xml
+++ b/tests/xmltester/tests/validate/TestRelatePL.xml
@@ -40,7 +40,7 @@
   <test><op name="covers"     arg1="A" arg2="B">true</op></test>
   <test><op name="crosses"    arg1="A" arg2="B">false</op></test>
   <test><op name="disjoint"   arg1="A" arg2="B">false</op></test>
-  <test><op name="equalsTopo" arg1="A" arg2="B">false</op></test>
+  <test><op name="equalsTopo" arg1="A" arg2="B">true</op></test>
   <test><op name="intersects" arg1="A" arg2="B">true</op></test>
   <test><op name="overlaps"   arg1="A" arg2="B">false</op></test>
   <test><op name="touches"    arg1="A" arg2="B">false</op></test>

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

Summary of changes:
 tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp | 2 +-
 tests/xmltester/tests/validate/TestRelatePL.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list