From ae90f8567e55a5a6765ad16d2bd9ca2e05b3cc0b Mon Sep 17 00:00:00 2001 From: barendgehrels Date: Wed, 22 Mar 2017 11:44:44 +0100 Subject: [PATCH] [TESTE] fix reversed expectations --- test/algorithms/set_operations/intersection/intersection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/algorithms/set_operations/intersection/intersection.cpp b/test/algorithms/set_operations/intersection/intersection.cpp index b6d03e53d..2bf48ea49 100644 --- a/test/algorithms/set_operations/intersection/intersection.cpp +++ b/test/algorithms/set_operations/intersection/intersection.cpp @@ -355,7 +355,7 @@ void test_areal() TEST_INTERSECTION_IGNORE(case_104, 0, -1, 3.0); #endif - TEST_INTERSECTION(case_105, 34, 1, 76.0); + TEST_INTERSECTION(case_105, 1, 34, 76.0); test_one("mysql_21964049", mysql_21964049[0], mysql_21964049[1],