[geos-commits] [SCM] GEOS branch master updated. 1146bfa24878e6263323a9e9666783069de9fb2b

git at osgeo.org git at osgeo.org
Tue Nov 3 16:17:08 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  1146bfa24878e6263323a9e9666783069de9fb2b (commit)
      from  b9a488ae832a242d7de09d8aee2be20f9acebecb (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 1146bfa24878e6263323a9e9666783069de9fb2b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 3 16:17:03 2020 -0800

    Add output to a test that AppVeyor is failing

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

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list