[geos-commits] [SCM] GEOS branch master updated. 8aa791b16699e6688d6d9b66fc51d1ba24354632

git at osgeo.org git at osgeo.org
Wed Nov 4 08:32:53 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  8aa791b16699e6688d6d9b66fc51d1ba24354632 (commit)
      from  1146bfa24878e6263323a9e9666783069de9fb2b (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 8aa791b16699e6688d6d9b66fc51d1ba24354632
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Nov 4 08:32:48 2020 -0800

    add output to debug appveyor?

diff --git a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
index 196e667..f43061d 100644
--- a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
+++ b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
@@ -309,7 +309,8 @@ void object::test<14>
     GeomPtr exp(wktreader.read(wkt_exp));
 
     GeomPtr simplified = TopologyPreservingSimplifier::simplify(g.get(), 10.0);
-    std::cout << *exp << 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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list