mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[buffer][test] remove default values for new tests
This commit is contained in:
parent
4a7c63fb17
commit
cef05d3bf2
@ -419,16 +419,19 @@ void test_all()
|
||||
|
||||
test_one<polygon_type, polygon_type>("ticket_10412", ticket_10412, join_miter, end_flat, 3109.6616, 1.5, -999, false);
|
||||
|
||||
bg::strategy::buffer::join_round join_round32(32);
|
||||
bg::strategy::buffer::end_round end_round32(32);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_24", mysql_report_2014_10_24,
|
||||
join_round32, end_round32, 174.902, 1.0, -999, false);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_1", mysql_report_2014_10_28_1,
|
||||
join_round32, end_round32, 75.46, 1.0, -999, false);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_2", mysql_report_2014_10_28_2,
|
||||
join_round32, end_round32, 69.117, 1.0, -999, false);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_3", mysql_report_2014_10_28_3,
|
||||
join_round32, end_round32, 63.121, 1.0, -999, false);
|
||||
{
|
||||
bg::strategy::buffer::join_round join_round32(32);
|
||||
bg::strategy::buffer::end_round end_round32(32);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_24", mysql_report_2014_10_24,
|
||||
join_round32, end_round32, 174.902, 1.0);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_1", mysql_report_2014_10_28_1,
|
||||
join_round32, end_round32, 75.46, 1.0);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_2", mysql_report_2014_10_28_2,
|
||||
join_round32, end_round32, 69.117, 1.0);
|
||||
test_one<polygon_type, polygon_type>("mysql_report_2014_10_28_3", mysql_report_2014_10_28_3,
|
||||
join_round32, end_round32, 63.121, 1.0);
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
bg::strategy::buffer::join_round join_round12(12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user