[SCM] PostGIS branch master updated. 3.4.0rc1-971-gbd518729d

git at osgeo.org git at osgeo.org
Tue Mar 5 08:41:53 PST 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  bd518729dabf5948998e396770169e017761e56a (commit)
      from  ec6aa0a665fc55dfa981db129de53a88e5d82a2f (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 bd518729dabf5948998e396770169e017761e56a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Mar 5 08:41:50 2024 -0800

    Add test in cunit to exercise #5683 / 32bit

diff --git a/liblwgeom/cunit/cu_misc.c b/liblwgeom/cunit/cu_misc.c
index ccd0e4bcd..27afa781c 100644
--- a/liblwgeom/cunit/cu_misc.c
+++ b/liblwgeom/cunit/cu_misc.c
@@ -176,6 +176,11 @@ static void do_grid_test(const char *wkt_in, const char *wkt_out, double size)
 
 static void test_grid_in_place(void)
 {
+	do_grid_test(
+		"LINESTRING(0 0,1 1,1 1,1 1)",
+		"LINESTRING(0 0,1 1)",
+		0.001
+	);
 	do_grid_test(
 		"POINT ZM (5.1423999999 5.1423999999 5.1423999999 5.1423999999)",
 		"POINT(5.1424 5.1424 5.1424 5.1424)",

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

Summary of changes:
 liblwgeom/cunit/cu_misc.c | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list