[geos-commits] [SCM] GEOS branch master updated. 6841d68152f296ce3007af5b4789f2d9b25f0f25

git at osgeo.org git at osgeo.org
Wed Nov 4 12:40:56 PST 2020


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, master has been updated
       via  6841d68152f296ce3007af5b4789f2d9b25f0f25 (commit)
      from  8aa791b16699e6688d6d9b66fc51d1ba24354632 (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 6841d68152f296ce3007af5b4789f2d9b25f0f25
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Nov 4 12:40:49 2020 -0800

    Comment out output for AppVeyor, which is failing tests in 32bit windows

diff --git a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
index f43061d..6a8d1ec 100644
--- a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
+++ b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
@@ -309,8 +309,8 @@ void object::test<14>
     GeomPtr exp(wktreader.read(wkt_exp));
 
     GeomPtr simplified = TopologyPreservingSimplifier::simplify(g.get(), 10.0);
-    std::cout << "expected " << *exp << std::endl;
-    std::cout << "result " << *simplified << std::endl;
+    // std::cout << "expected " << *exp << std::endl;
+    // std::cout << "result " << *simplified << std::endl;
     ensure("Simplified geometry is invalid!", simplified->isValid());
     ensure_equals_geometry(exp.get(), simplified.get());
 }

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

Summary of changes:
 tests/unit/simplify/TopologyPreservingSimplifierTest.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list