[SCM] PostGIS branch master updated. 3.6.0rc2-441-gaf86ae406
git at osgeo.org
git at osgeo.org
Mon Apr 13 01:17:48 PDT 2026
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 af86ae40655391f797ad95cf97b6e7fca5cb7e33 (commit)
from 6adcabe8e99b2c5a67b45cfe4758cc08ee332376 (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 af86ae40655391f797ad95cf97b6e7fca5cb7e33
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Apr 13 10:17:37 2026 +0200
Drop duplicated tests
diff --git a/sfcgal/regress/orientation.sql b/sfcgal/regress/orientation.sql
index b9b4857d7..f30ed17b7 100644
--- a/sfcgal/regress/orientation.sql
+++ b/sfcgal/regress/orientation.sql
@@ -1,4 +1,2 @@
SELECT 'CG_Orientation_1', CG_Orientation(CG_ForceLHR('POLYGON((0 0,0 1,1 1,1 0,0 0))'));
SELECT 'CG_Orientation_2', CG_Orientation(ST_ForceRHR('POLYGON((0 0,0 1,1 1,1 0,0 0))'));
-SELECT 'CG_Orientation_1', CG_Orientation(CG_ForceLHR('POLYGON((0 0,0 1,1 1,1 0,0 0))'));
-SELECT 'CG_Orientation_2', CG_Orientation(ST_ForceRHR('POLYGON((0 0,0 1,1 1,1 0,0 0))'));
diff --git a/sfcgal/regress/orientation_expected b/sfcgal/regress/orientation_expected
index 58b10f126..6479c3034 100644
--- a/sfcgal/regress/orientation_expected
+++ b/sfcgal/regress/orientation_expected
@@ -1,4 +1,2 @@
CG_Orientation_1|-1
CG_Orientation_2|1
-CG_Orientation_1|-1
-CG_Orientation_2|1
-----------------------------------------------------------------------
Summary of changes:
sfcgal/regress/orientation.sql | 2 --
sfcgal/regress/orientation_expected | 2 --
2 files changed, 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list