[geos-commits] [SCM] GEOS branch main updated. a2f2ceedf4806a0977727b07fbafc9e1d93974e7

git at osgeo.org git at osgeo.org
Mon Oct 27 08:05:23 PDT 2025


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 has been updated
       via  a2f2ceedf4806a0977727b07fbafc9e1d93974e7 (commit)
      from  c0d97ffcdfd2f5f175053ff1aa9b44df6baf49be (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 a2f2ceedf4806a0977727b07fbafc9e1d93974e7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 27 08:04:46 2025 -0700

    Add reverse test case

diff --git a/tests/unit/operation/relateng/RelateNGTest.cpp b/tests/unit/operation/relateng/RelateNGTest.cpp
index ec4a757f6..ee8d3a841 100644
--- a/tests/unit/operation/relateng/RelateNGTest.cpp
+++ b/tests/unit/operation/relateng/RelateNGTest.cpp
@@ -922,6 +922,7 @@ void object::test<64> ()
     std::string a = "LINESTRING(120 215, 176 197)";
     std::string b = "POLYGON ((100 200, 140 230, 180 310, 280 310, 390 270, 400 210, 320 140, 215 141, 150 170, 100 200))";
     checkRelate(a, b, "1FF00F212");
+    checkRelate(b, a, "102F01FF2");
 }
 
 

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

Summary of changes:
 tests/unit/operation/relateng/RelateNGTest.cpp | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list