[SCM] PostGIS branch master updated. 3.4.0rc1-1109-ga14fb0181

git at osgeo.org git at osgeo.org
Thu May 16 06:25:25 PDT 2024


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  a14fb0181ced7c447e08edae66e97d5f0afa3864 (commit)
      from  98244e772ad3947ff4bb3465a6b9bd4a6b6cfaf0 (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 a14fb0181ced7c447e08edae66e97d5f0afa3864
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu May 16 15:24:57 2024 +0200

    Have test_grid_in_place test print obtained result
    
    References #5724

diff --git a/liblwgeom/cunit/cu_misc.c b/liblwgeom/cunit/cu_misc.c
index 27afa781c..3e49d5f8f 100644
--- a/liblwgeom/cunit/cu_misc.c
+++ b/liblwgeom/cunit/cu_misc.c
@@ -167,7 +167,7 @@ static void do_grid_test(const char *wkt_in, const char *wkt_out, double size)
 	lwgeom_grid_in_place(g, &grid);
 	wkt_result = lwgeom_to_ewkt(g);
     // printf("%s ==%ld==> %s == %s\n", wkt_in, lround(size), wkt_result, wkt_out);
-	CU_ASSERT_STRING_EQUAL(wkt_result, wkt_norm);
+	ASSERT_STRING_EQUAL(wkt_result, wkt_norm);
 	lwfree(wkt_result);
 	lwfree(wkt_norm);
 	lwgeom_free(g);

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

Summary of changes:
 liblwgeom/cunit/cu_misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list