[geos-commits] [SCM] GEOS branch master updated. a0116ad59dfb69d0e25c8c2d97f75983e61c6289

git at osgeo.org git at osgeo.org
Thu Dec 10 16:01:25 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  a0116ad59dfb69d0e25c8c2d97f75983e61c6289 (commit)
       via  67236f863a8deade189c23955734298e45328690 (commit)
      from  186bbd32fbf07d8b5d419cdfd64c14e2270a418a (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 a0116ad59dfb69d0e25c8c2d97f75983e61c6289
Merge: 186bbd3 67236f8
Author: pramsey <pramsey at cleverelephant.ca>
Date:   Thu Dec 10 16:01:24 2020 -0800

    Merge pull request 'Temporarily disable component of TopologyPreservingSimplifier test' (#113) from mwtoews/geos:disable-TopologyPreservingSimplifier-MSVC into master
    
    Reviewed-on: https://git.osgeo.org/gitea/geos/geos/pulls/113


commit 67236f863a8deade189c23955734298e45328690
Author: Mike Taves <mwtoews at gmail.com>
Date:   Wed Dec 9 16:39:02 2020 +1300

    Temporarily disable component of TopologyPreservingSimplifier test

diff --git a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
index 6a8d1ec..158ab73 100644
--- a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
+++ b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
@@ -312,7 +312,11 @@ void object::test<14>
     // std::cout << "expected " << *exp << std::endl;
     // std::cout << "result " << *simplified << std::endl;
     ensure("Simplified geometry is invalid!", simplified->isValid());
+ /* Temporarily disable this component of the test only for MSVC
+    See https://trac.osgeo.org/geos/ticket/1081 */
+#ifndef _MSC_VER
     ensure_equals_geometry(exp.get(), simplified.get());
+#endif
 }
 
 // GeometryCollection

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list