[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0beta1-3-g1c7c85c

git at osgeo.org git at osgeo.org
Thu Dec 10 03:53:53 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  1c7c85c42dda828af901fc802e20f2b344fd9557 (commit)
      from  846d74b2a733b2f6016c20ac2e7f0b23d22fa376 (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 1c7c85c42dda828af901fc802e20f2b344fd9557
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Dec 10 12:53:10 2020 +0100

    Update unit test of geos_noop after previous commit
    
    References #4814 in master branch (3.1.0dev)

diff --git a/liblwgeom/cunit/cu_geos.c b/liblwgeom/cunit/cu_geos.c
index 934853d..1e4948e 100644
--- a/liblwgeom/cunit/cu_geos.c
+++ b/liblwgeom/cunit/cu_geos.c
@@ -71,7 +71,7 @@ test_geos_noop(void)
 	geom_in = lwgeom_from_wkt(in_ewkt, LW_PARSER_CHECK_NONE);
 	geom_out = lwgeom_geos_noop(geom_in);
 	out_ewkt = lwgeom_to_ewkt(geom_out);
-	ASSERT_STRING_EQUAL(out_ewkt, "GEOMETRYCOLLECTION(LINESTRING(1 1,2 2),POLYGON((0 0,1 0,1 1,0 0)))");
+	ASSERT_STRING_EQUAL(out_ewkt, "GEOMETRYCOLLECTION(LINESTRING(1 1,2 2),POINT EMPTY,POLYGON((0 0,1 0,1 1,0 0)))");
 	lwfree(out_ewkt);
 	lwgeom_free(geom_in);
 	lwgeom_free(geom_out);

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

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