[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.0-3-gb4f9db9
git at osgeo.org
git at osgeo.org
Mon Dec 21 03:49:24 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.1 has been updated
via b4f9db9f722d2403107361a7e201be1319edb62b (commit)
from 6d74ddcf9dd40c8dee9dfacbb4da31a7e9eead89 (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 b4f9db9f722d2403107361a7e201be1319edb62b
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Dec 21 12:49:15 2020 +0100
Fix expected result to include SRID
diff --git a/liblwgeom/cunit/cu_clean.c b/liblwgeom/cunit/cu_clean.c
index 291bc6b..3155265 100644
--- a/liblwgeom/cunit/cu_clean.c
+++ b/liblwgeom/cunit/cu_clean.c
@@ -159,7 +159,7 @@ static void test_lwgeom_make_valid(void)
ewkt = lwgeom_to_ewkt(gout);
/* printf("c = %s\n", ewkt); */
- CU_ASSERT_STRING_EQUAL(ewkt, "MULTIPOLYGON EMPTY");
+ ASSERT_STRING_EQUAL(ewkt, "SRID=3857;MULTIPOLYGON EMPTY");
lwfree(ewkt);
lwgeom_free(gout);
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/cunit/cu_clean.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list