diff --git a/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp b/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp index d00716de78..603b9e1e2c 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"); }