[geos-commits] [SCM] GEOS branch 3.12 updated. 8ebdba2bda5a55d37c156b509d98aee5339defb1

git at osgeo.org git at osgeo.org
Fri Nov 17 11:59:14 PST 2023


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, 3.12 has been updated
       via  8ebdba2bda5a55d37c156b509d98aee5339defb1 (commit)
      from  5fa6a8825a419691a5f467a20fd44ef8c2f0f3f3 (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 8ebdba2bda5a55d37c156b509d98aee5339defb1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Nov 17 11:58:52 2023 -0800

    Fix mis-named test function in GH-995 fix

diff --git a/tests/unit/capi/GEOSBufferTest.cpp b/tests/unit/capi/GEOSBufferTest.cpp
index 3ed11b933..04d095b64 100644
--- a/tests/unit/capi/GEOSBufferTest.cpp
+++ b/tests/unit/capi/GEOSBufferTest.cpp
@@ -627,7 +627,7 @@ void object::test<25>
                                  GEOSBUF_JOIN_MITRE,
                                  5);
     geom3_ = GEOSGeomFromWKT("POLYGON ((3.3225774291798533 0.0647708524944821, 3.3225774291798555 0.0647708524944812, 2.8688758567150883 -6.4234639154696263, -7.5416226086581215 18.7831577331451953, 4.5722605787819921 17.9360725015914078, 3.3225774291798533 0.0647708524944821))");
-    ensure_geometry_equals_exact(geom3_, geom2_, 0.001);
+    ensure_geometry_equals(geom3_, geom2_, 0.001);
 }
 
 } // namespace tut

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

Summary of changes:
 tests/unit/capi/GEOSBufferTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list