mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-27 17:12:10 +00:00
[test] add testcases to union/difference
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_a",
|
||||
ggl_list_20120915_h2[0], ggl_list_20120915_h2[1],
|
||||
|
||||
Reference in New Issue
Block a user