From 19df5859cc54c2d3b5913a0f9c4e8535ca512c85 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 23 Jan 2015 17:13:32 +0100 Subject: [PATCH] [test][relate] Add the test for relate(MLs,Poly). --- .../relational_operations/relate/relate_linear_areal.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/algorithms/relational_operations/relate/relate_linear_areal.cpp b/test/algorithms/relational_operations/relate/relate_linear_areal.cpp index b180229b9..bea710407 100644 --- a/test/algorithms/relational_operations/relate/relate_linear_areal.cpp +++ b/test/algorithms/relational_operations/relate/relate_linear_areal.cpp @@ -400,6 +400,11 @@ void test_multi_linestring_polygon() test_geometry("MULTILINESTRING((15 15,6 6),(4 14,6 16))", "POLYGON((5 5,5 15,15 15,15 5,5 5))", "101000212"); + + // 23.01.2015 + test_geometry("MULTILINESTRING((4 10, 3 10, 10 6),(5 0, 7 5, 9 10))", + "POLYGON((0 0,0 10,10 10,10 0,5 5,0 0))", + "111F00212"); } template