[SCM] PostGIS branch master updated. 3.4.0rc1-1042-ga5b7632c4

git at osgeo.org git at osgeo.org
Fri Mar 22 10:17:26 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  a5b7632c451016065415f1999616c220125e35cd (commit)
      from  5e5afc046bb84c72b5c3831c455c86b2b5f53391 (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 a5b7632c451016065415f1999616c220125e35cd
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Mar 22 18:17:10 2024 +0100

    Add specific regress test for ticket 5698

diff --git a/topology/test/regress/topogeo_addpoint.sql b/topology/test/regress/topogeo_addpoint.sql
index da3d60add..1d5ad1894 100644
--- a/topology/test/regress/topogeo_addpoint.sql
+++ b/topology/test/regress/topogeo_addpoint.sql
@@ -71,3 +71,10 @@ SELECT 'tt5394', 'E2', TopoGeo_addLinestring('t', 'LINESTRING(5.8035802635 59.26
 SELECT 'tt5394', 'V', * FROM ValidateTopology('t');
 SELECT 'tt5394', 'N', TopoGeo_addPoint( 't', 'POINT(5.803646305 59.263416658000004)' );
 SELECT NULL FROM DropTopology('t');
+
+-- See https://trac.osgeo.org/postgis/ticket/5698
+SELECT NULL FROM CreateTopology ('t');
+SELECT 't5698', 'E', TopoGeo_addLinestring('t', 'LINESTRING( 15.796760167740288 69.05714853429149, 15.795906966300288 69.05725770093837)' );
+SELECT 't5698', 'N', TopoGeo_addPoint( 't', 'POINT(15.796760167739626 69.05714853429157)');
+SELECT 't5698', 'V', * FROM ValidateTopology('t');
+SELECT NULL FROM DropTopology('t');
diff --git a/topology/test/regress/topogeo_addpoint_expected b/topology/test/regress/topogeo_addpoint_expected
index 28dfbd31e..bf28121eb 100644
--- a/topology/test/regress/topogeo_addpoint_expected
+++ b/topology/test/regress/topogeo_addpoint_expected
@@ -30,3 +30,5 @@ tt2033.endTopology 't' dropped
 tt5394|E1|1
 tt5394|E2|2
 tt5394|N|3
+t5698|E|1
+t5698|N|3

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

Summary of changes:
 topology/test/regress/topogeo_addpoint.sql      | 7 +++++++
 topology/test/regress/topogeo_addpoint_expected | 2 ++
 2 files changed, 9 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list