[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-20-gbcf838a

git at osgeo.org git at osgeo.org
Mon Dec 21 03:49:58 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, master has been updated
       via  bcf838a93fd6d16b510d827f3562d2818bab9e32 (commit)
      from  2cbf963cdca36364048a2bd580c9bae585ea9413 (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 bcf838a93fd6d16b510d827f3562d2818bab9e32
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