[geos-commits] [SCM] GEOS branch main updated. 88e9956280f9dda33447137b0cc1c1ffb62d05ce
git at osgeo.org
git at osgeo.org
Tue Jan 13 06:41:51 PST 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 "GEOS".
The branch, main has been updated
via 88e9956280f9dda33447137b0cc1c1ffb62d05ce (commit)
from 8e4d950d8071a02748d54772b839623f5e586428 (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 88e9956280f9dda33447137b0cc1c1ffb62d05ce
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Jan 13 08:59:08 2026 -0500
PointLocation: add test
diff --git a/tests/unit/algorithm/LocatePointInRingTest.cpp b/tests/unit/algorithm/LocatePointInRingTest.cpp
index b52768380..1a70b9d15 100644
--- a/tests/unit/algorithm/LocatePointInRingTest.cpp
+++ b/tests/unit/algorithm/LocatePointInRingTest.cpp
@@ -284,6 +284,17 @@ void object::test<11>()
runPtLocator(Location::EXTERIOR, CoordinateXY(0, 5), wkt);
}
+template<>
+template<>
+void object::test<12>()
+{
+ set_test_name("robustness test from PostGIS ticket #6023");
+
+ std::string wkt = "POLYGON ((11.230120879533454 62.84897119848748,11.230120879533905 62.8489711984873,11.23020501303477 62.84900750109812,11.230170431987244 62.84904481447776,11.230117909393426 62.8489943480894,11.230120879533454 62.84897119848748))";
+
+ runPtLocator(Location::BOUNDARY, CoordinateXY(11.230120879533454, 62.84897119848748), wkt);
+}
+
} // namespace tut
-----------------------------------------------------------------------
Summary of changes:
tests/unit/algorithm/LocatePointInRingTest.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list