[geos-commits] [SCM] GEOS branch master updated. 617bfb57b87941cc3210d75772957038cff854de

git at osgeo.org git at osgeo.org
Wed Nov 18 12:43: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  617bfb57b87941cc3210d75772957038cff854de (commit)
      from  37618c9d5967db805ddb4779ac2e7cf1d4d00c36 (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 617bfb57b87941cc3210d75772957038cff854de
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Nov 18 12:43:51 2020 -0800

    Fix type in Makefile.am for SimpleSTRTree test

diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am
index 190d04c..fa5a2a7 100644
--- a/tests/unit/Makefile.am
+++ b/tests/unit/Makefile.am
@@ -158,7 +158,7 @@ geos_unit_SOURCES = \
 	geom/TriangleTest.cpp \
 	geom/util/GeometryExtracterTest.cpp \
 	index/strtree/SIRtreeTest.cpp \
-	index/strtree/SimpeSTRtreeTest.cpp \
+	index/strtree/SimpleSTRtreeTest.cpp \
 	index/kdtree/KdTreeTest.cpp \
 	io/ByteOrderValuesTest.cpp \
 	io/WKBReaderTest.cpp \

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list