[geos-commits] [SCM] GEOS branch 3.9 updated. 635838ff6613eb14c956f59a7e4c5d0d3b0dab37

git at osgeo.org git at osgeo.org
Fri Oct 29 15:43:54 PDT 2021


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.9 has been updated
       via  635838ff6613eb14c956f59a7e4c5d0d3b0dab37 (commit)
      from  b14c2287a1b0e0242de0308bf60f8c03f2bca0e6 (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 635838ff6613eb14c956f59a7e4c5d0d3b0dab37
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 29 15:43:50 2021 -0700

    Remove test accidentally pulled back from main

diff --git a/tests/unit/capi/GEOSGeom_setPrecisionTest.cpp b/tests/unit/capi/GEOSGeom_setPrecisionTest.cpp
index ef4d07959..e6acedaf7 100644
--- a/tests/unit/capi/GEOSGeom_setPrecisionTest.cpp
+++ b/tests/unit/capi/GEOSGeom_setPrecisionTest.cpp
@@ -176,16 +176,6 @@ void object::test<6> ()
 // Retain (or not) collapsed elements
 template<>
 template<>
-void object::test<7> ()
-{
-    geom1_ = fromWKT("LINESTRING (0 0, 0.1 0.1)");
-    geom2_ = GEOSGeom_setPrecision(geom1_, 1.0, GEOS_PREC_NO_TOPO);
-    ensure_geometry_equals(geom2_, "LINESTRING (0 0, 0 0)");
-}
-
-// Retain (or not) collapsed elements
-template<>
-template<>
 void object::test<8> ()
 {
     geom1_ = fromWKT("LINESTRING (0 0, 0.1 0.1)");

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

Summary of changes:
 tests/unit/capi/GEOSGeom_setPrecisionTest.cpp | 10 ----------
 1 file changed, 10 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list