[union][test] adapt one of the testcases for NO_ROBUSTNESS

This commit is contained in:
Barend Gehrels
2015-07-15 13:12:15 +02:00
parent 9ee98695d4
commit 79800dd3cb

View File

@@ -126,7 +126,12 @@ void test_areal()
test_one<Polygon, MultiPolygon, MultiPolygon>("ticket_9081",
ticket_9081[0], ticket_9081[1],
4, 0, 31, 0.2187385);
#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS)
3,
#else
4,
#endif
0, 31, 0.2187385);
}
template <typename P>