[geos-commits] [SCM] GEOS branch main updated. ee1cce91c9e7500af1a5eb8a56e66e6b9dd6db32
git at osgeo.org
git at osgeo.org
Tue Aug 20 11:27:15 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 "GEOS".
The branch, main has been updated
via ee1cce91c9e7500af1a5eb8a56e66e6b9dd6db32 (commit)
from 8490abb9d831c00b4b51b162ea1b9004c6fa6c64 (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 ee1cce91c9e7500af1a5eb8a56e66e6b9dd6db32
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Aug 20 11:26:51 2024 -0700
Fix BNR polygon rotated unit test expected result
diff --git a/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp b/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp
index d00716de7..603b9e1e2 100644
--- a/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp
+++ b/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp
@@ -192,7 +192,10 @@ void object::test<9> ()
{
std::string a = "POLYGON((0 0,140 0,140 140,0 140,0 0))";
std::string b = "POLYGON((140 0,0 0,0 140,140 140,140 0))";
- runRelate(a, b, BoundaryNodeRule::getBoundaryMultivalentEndPoint(), "2FFF0FFF2");
+ runRelate(a, b, BoundaryNodeRule::getBoundaryOGCSFS(), "2FFF1FFF2");
+ runRelate(a, b, BoundaryNodeRule::getBoundaryEndPoint(), "2FFF1FFF2");
+ runRelate(a, b, BoundaryNodeRule::getBoundaryMonovalentEndPoint(), "2FFF1FFF2");
+ runRelate(a, b, BoundaryNodeRule::getBoundaryMultivalentEndPoint(), "2FFF1FFF2");
}
-----------------------------------------------------------------------
Summary of changes:
tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list