[buffer][test] enable two tests which are now OK for SIDE_OF_INTERSECTION approach

This commit is contained in:
Barend Gehrels
2015-04-12 17:37:00 +02:00
parent e5bd7daa5f
commit ca36bc7785
2 changed files with 2 additions and 5 deletions

View File

@@ -413,9 +413,7 @@ void test_all()
test_one<multi_polygon_type, polygon_type>("rt_p22", rt_p22, join_miter, end_flat, 26.5711, 1.0);
test_one<multi_polygon_type, polygon_type>("rt_q1", rt_q1, join_miter, end_flat, 27, 1.0);
#if ! defined(BOOST_GEOMETRY_BUFFER_USE_SIDE_OF_INTERSECTION)
test_one<multi_polygon_type, polygon_type>("rt_q2", rt_q2, join_miter, end_flat, 26.4853, 1.0);
#endif
test_one<multi_polygon_type, polygon_type>("rt_q2", rt_q2, join_miter, end_flat, 0.9697, -0.25);
test_one<multi_polygon_type, polygon_type>("rt_r", rt_r, join_miter, end_flat, 21.0761, 1.0);