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

git at osgeo.org git at osgeo.org
Thu Sep 17 10:04:05 PDT 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  f54cd8347c070a3b76b02b9b772c31a1feca6173 (commit)
      from  49ac5aa40404b634be3769375c70ee7c4466958d (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 f54cd8347c070a3b76b02b9b772c31a1feca6173
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Sep 17 10:04:02 2020 -0700

    Update comments on test

diff --git a/tests/unit/operation/overlayng/OverlayNGRobustTest.cpp b/tests/unit/operation/overlayng/OverlayNGRobustTest.cpp
index b8bd71b..3b50451 100644
--- a/tests/unit/operation/overlayng/OverlayNGRobustTest.cpp
+++ b/tests/unit/operation/overlayng/OverlayNGRobustTest.cpp
@@ -1,5 +1,11 @@
 //
-// Test Suite for geos::operation::overlayng::OverlayNG class.
+// Test Suite for geos::operation::overlayng::OverlayNGRobust class.
+//
+// Useful place for test cases raised by 3rd party software, that will be using
+// Geometry->Intersection(), Geometry->Union(), etc, that call into the
+// OverlayNGRobust utility class that bundles up different precision models
+// and noders to provide a "best case" overlay for all inputs.
+//
 
 #include <tut/tut.hpp>
 #include <utility.h>
@@ -49,7 +55,7 @@ group test_overlayngrobust_data("geos::operation::overlayng::OverlayNGRobust");
 // Test Cases
 //
 
-//  Square overlapping square
+// 2020-09-17, GDAL exposed error in result clipping routine
 template<>
 template<>
 void object::test<1> ()

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

Summary of changes:
 tests/unit/operation/overlayng/OverlayNGRobustTest.cpp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list