From a5507f2e6854e191f47809aa665a423e8dcee034 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 4 Oct 2017 18:22:18 +0200 Subject: [PATCH] [test] add testcases to union/difference --- test/algorithms/set_operations/difference/difference_multi.cpp | 2 ++ test/algorithms/set_operations/union/union_multi.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/test/algorithms/set_operations/difference/difference_multi.cpp b/test/algorithms/set_operations/difference/difference_multi.cpp index 031f9be3c..1baa77cff 100644 --- a/test/algorithms/set_operations/difference/difference_multi.cpp +++ b/test/algorithms/set_operations/difference/difference_multi.cpp @@ -404,6 +404,8 @@ void test_areal() TEST_DIFFERENCE_IGNORE(case_recursive_boxes_75, 5, 4.5, 4, 2.0, 9); #endif + TEST_DIFFERENCE(case_recursive_boxes_76, 7, 3.75, 4, 2.5, 9); + { ut_settings sym_settings; #if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) diff --git a/test/algorithms/set_operations/union/union_multi.cpp b/test/algorithms/set_operations/union/union_multi.cpp index 9e3fa9c9f..9e4cbf335 100644 --- a/test/algorithms/set_operations/union/union_multi.cpp +++ b/test/algorithms/set_operations/union/union_multi.cpp @@ -401,6 +401,7 @@ void test_areal() TEST_UNION(case_recursive_boxes_73, 1, 2, -1, 24.25); TEST_UNION(case_recursive_boxes_74, 1, 1, -1, 24.75); TEST_UNION(case_recursive_boxes_75, 1, 2, -1, 23.25); + TEST_UNION(case_recursive_boxes_76, 1, 0, -1, 24.5); test_one("ggl_list_20120915_h2_a", ggl_list_20120915_h2[0], ggl_list_20120915_h2[1],