[SCM] PostGIS branch stable-3.4 updated. 3.4.2-19-g9246ff35d
git at osgeo.org
git at osgeo.org
Thu Mar 14 17:21:39 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, stable-3.4 has been updated
via 9246ff35de88027c0beb31bc2b525fb616d00fbc (commit)
from 3a995c69067a2a8f61a99963f607ee6df89d2028 (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 9246ff35de88027c0beb31bc2b525fb616d00fbc
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 14 20:21:31 2024 -0400
Add failing master 32bit test. References #5683
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