[overlay] turn off handle_tangencies

This commit is contained in:
Barend Gehrels
2015-11-11 15:43:29 +01:00
parent 4270ccce20
commit 4a05869d2f
11 changed files with 38 additions and 43 deletions

View File

@@ -62,9 +62,11 @@ void test_all()
{
bg::strategy::buffer::point_square point_strategy;
#ifdef BOOST_GEOMETRY_TEST_FAIL_TANGENCIES
test_with_custom_strategies<multi_point_type, polygon>("grid_a50",
grid_a, join, end_flat,
distance_strategy(0.5), side_strategy, point_strategy, 7.0);
#endif
#if defined(BOOST_GEOMETRY_BUFFER_USE_SIDE_OF_INTERSECTION)
test_with_custom_strategies<multi_point_type, polygon>("grid_a54",