[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-16-g166721c

git at osgeo.org git at osgeo.org
Sun Aug 15 10:07:35 PDT 2021


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-2.5 has been updated
       via  166721cc67def6b296bea3b68d57edfd57823214 (commit)
      from  f7235829606a5cdcb841bcc4cf9c591c52dadd58 (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 166721cc67def6b296bea3b68d57edfd57823214
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 13:07:29 2021 -0400

    Take out default arg in dist2dtest references #4963 , references #4326 for PostGIS 2.5

diff --git a/liblwgeom/cunit/cu_measures.c b/liblwgeom/cunit/cu_measures.c
index 0e1cc07..77527d8 100644
--- a/liblwgeom/cunit/cu_measures.c
+++ b/liblwgeom/cunit/cu_measures.c
@@ -206,7 +206,7 @@ static void test_mindistance2d_tolerance(void)
 	*/
 	DIST2DTEST(
 		"CURVEPOLYGON(CIRCULARSTRING(7874821 8715927,8907663 8715927,8844683 7750316,7937800 7750316,7874821 8715927))",
-		"POINT(5433865 8243495)", 2271704.2698450615, default_accepted_error);
+		"POINT(5433865 8243495)", 2271704.2698450615);
 }
 
 static void

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list