From 8ebdba2bda5a55d37c156b509d98aee5339defb1 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 17 Nov 2023 11:58:52 -0800 Subject: [PATCH] Fix mis-named test function in GH-995 fix --- tests/unit/capi/GEOSBufferTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/capi/GEOSBufferTest.cpp b/tests/unit/capi/GEOSBufferTest.cpp index 3ed11b9337..04d095b64e 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