mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
[buffer][test] fix expectation of just added testcase
This commit is contained in:
@@ -62,7 +62,7 @@ void test_all()
|
||||
|
||||
test_with_custom_strategies<multi_point_type, polygon>("grid_a50",
|
||||
grid_a, join_miter, end_flat,
|
||||
distance_strategy(0.5), side_strategy, point_strategy, 8.0);
|
||||
distance_strategy(0.5), side_strategy, point_strategy, 7.0);
|
||||
#if defined(BOOST_GEOMETRY_BUFFER_INCLUDE_FAILING_TESTS)
|
||||
test_with_custom_strategies<multi_point_type, polygon>("grid_a54",
|
||||
grid_a, join_miter, end_flat,
|
||||
|
||||
Reference in New Issue
Block a user