Skip to content

Commit fe463c6

Browse files
kashish2710barendgehrels
authored andcommitted
Add overlay intersection test for case_1439
1 parent 130a5d8 commit fe463c6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/algorithms/overlay/overlay.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,13 @@ void test_all()
368368

369369
// TEST_DIFFERENCE_B(issue_893_multi, 97213916.0, 1, 1); // needs is_traverse
370370

371+
372+
#ifdef BOOST_GEOMETRY_TEST_ENABLE_FAILING
373+
// Issue 1439
374+
// Regression test: intersection of non-overlapping polygons should be empty.
375+
TEST_INTERSECTION(case_1439, 0, 0, 0.0);
376+
#endif
377+
371378

372379
TEST_UNION(case_134_multi, 66.0, 1, 2);
373380
TEST_UNION(case_76_multi, 8.0, 5, 0);

0 commit comments

Comments
 (0)