From 79800dd3cb56964458deb030ebf35cd3b2c08fca Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 15 Jul 2015 13:12:15 +0200 Subject: [PATCH] [union][test] adapt one of the testcases for NO_ROBUSTNESS --- test/algorithms/set_operations/union/union_multi.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/algorithms/set_operations/union/union_multi.cpp b/test/algorithms/set_operations/union/union_multi.cpp index 938e5308a..a80a249ca 100644 --- a/test/algorithms/set_operations/union/union_multi.cpp +++ b/test/algorithms/set_operations/union/union_multi.cpp @@ -126,7 +126,12 @@ void test_areal() test_one("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