Skip to content

Commit 5c57e85

Browse files
kashish2710barendgehrels
authored andcommitted
Update overlay test to issue_1439 and fix indentation
1 parent afcfa32 commit 5c57e85

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

test/algorithms/overlay/overlay.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,9 @@ void test_all()
369369
// TEST_DIFFERENCE_B(issue_893_multi, 97213916.0, 1, 1); // needs is_traverse
370370

371371

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-
372+
#ifdef BOOST_GEOMETRY_TEST_ENABLE_FAILING
373+
TEST_INTERSECTION(issue_1439, 0, 0, 0.0);
374+
#endif
378375

379376
TEST_UNION(case_134_multi, 66.0, 1, 2);
380377
TEST_UNION(case_76_multi, 8.0, 5, 0);

0 commit comments

Comments
 (0)