[test][buffer] Update ticket #11162 expectations, which will be fixed

if pending changes are committed (side_of_intersection)
This commit is contained in:
Barend Gehrels
2015-04-01 22:20:12 +02:00
parent b09488ccb7
commit 0db855fc6b

View File

@@ -203,10 +203,9 @@ void test_all()
double const d15 = 1.5;
test_one<linestring, polygon>("mysql_report_2015_03_02c_asym1", mysql_report_2015_03_02c, join_round(7), end_round(7), 39.714, d10, d15);
test_one<linestring, polygon>("mysql_report_2015_03_02c_asym2", mysql_report_2015_03_02c, join_round(7), end_round(7), 46.116, d15, d10);
#if defined(BOOST_GEOMETRY_BUFFER_INCLUDE_FAILING_TESTS)
double const d100 = 10;
test_one<linestring, polygon>("mysql_report_2015_04_01", mysql_report_2015_04_01, join_round(32), end_round(32), 1.0/*NON ZERO*/, d100);
#endif
test_one<linestring, polygon>("mysql_report_2015_04_01", mysql_report_2015_04_01, join_round(32), end_round(32), 632.234, d100);
}