mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-24 16:12:08 +00:00
[test] add new testcase to union/difference
This commit is contained in:
@@ -433,6 +433,8 @@ void test_areal()
|
||||
TEST_DIFFERENCE(case_recursive_boxes_80, 1, 0.5, 2, 0.75, 3);
|
||||
#endif
|
||||
|
||||
TEST_DIFFERENCE(case_recursive_boxes_81, 3, 5.0, 6, 6.75, 6);
|
||||
|
||||
{
|
||||
ut_settings sym_settings;
|
||||
#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS)
|
||||
|
||||
@@ -414,6 +414,8 @@ void test_areal()
|
||||
TEST_UNION(case_recursive_boxes_80, 2, 1, -1, 1.5);
|
||||
#endif
|
||||
|
||||
TEST_UNION(case_recursive_boxes_81, 5, 0, -1, 15.5);
|
||||
|
||||
test_one<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_a",
|
||||
ggl_list_20120915_h2[0], ggl_list_20120915_h2[1],
|
||||
1, 0, 12, 23.0); // Area from SQL Server
|
||||
|
||||
Reference in New Issue
Block a user