[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.2-18-g8969c13
git at osgeo.org
git at osgeo.org
Thu Nov 19 08:39:30 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 "PostGIS".
The branch, stable-3.0 has been updated
via 8969c13660f1329a490693b787e412c94dfffe96 (commit)
from b8808055099ed0c5bf14fd5a797561755489ccab (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 8969c13660f1329a490693b787e412c94dfffe96
Author: Regina Obe <lr at pcorp.us>
Date: Thu Nov 19 11:39:23 2020 -0500
Regress for GEOS 3.9 for cunit make valid
diff --git a/liblwgeom/cunit/cu_geos.c b/liblwgeom/cunit/cu_geos.c
index 7cb0bf2..089a6b1 100644
--- a/liblwgeom/cunit/cu_geos.c
+++ b/liblwgeom/cunit/cu_geos.c
@@ -150,7 +150,7 @@ test_geos_makevalid(void)
#if POSTGIS_GEOS_VERSION < 39
ASSERT_STRING_EQUAL(
out_ewkt,
- "GEOMETRYCOLLECTION(POLYGON((92114.014 463463.469,92115.51207431706 463462.206937429,92115.512 463462.207,92127.546 463452.075,92117.173 463439.755,92133.675 463425.942,92122.136 463412.82600000006,92092.377 463437.77,92114.014 463463.469)),MULTIPOINT(92115.51207431706 463462.2069374289,92122.136 463412.826))");
+ "GEOMETRYCOLLECTION(POLYGON((92114.014 463463.469,92115.5120743 463462.206937,92115.512 463462.207,92127.546 463452.075,92117.173 463439.755,92133.675 463425.942,92122.136 463412.826,92092.377 463437.77,92114.014 463463.469)),MULTIPOINT(92115.5120743 463462.206937,92122.136 463412.826))");
#else
ASSERT_STRING_EQUAL(out_ewkt, "POLYGON((92127.546 463452.075,92117.173 463439.755,92133.675 463425.942,92122.136 463412.826,92092.377 463437.77,92114.014 463463.469,92115.512 463462.207,92115.5120743 463462.206937,92127.546 463452.075))");
#endif
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/cunit/cu_geos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list