From cb27d880c7d50725f6018a314bcd07ea01698cc3 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sat, 23 Feb 2019 14:31:04 +0100 Subject: [PATCH] [TEST] Remove NO_SELF from svg filename --- test/algorithms/overlay/overlay.cpp | 3 --- test/algorithms/set_operations/difference/test_difference.hpp | 3 --- .../set_operations/intersection/test_intersection.hpp | 3 --- test/algorithms/set_operations/union/test_union.hpp | 3 --- 4 files changed, 12 deletions(-) diff --git a/test/algorithms/overlay/overlay.cpp b/test/algorithms/overlay/overlay.cpp index 2f64d4d7d..52e5c3c56 100644 --- a/test/algorithms/overlay/overlay.cpp +++ b/test/algorithms/overlay/overlay.cpp @@ -373,9 +373,6 @@ void test_overlay(std::string const& caseid, << "_" << string_from_type::type>::name() << (ccw ? "_ccw" : "") << (open ? "_open" : "") -#if defined(BOOST_GEOMETRY_NO_SELF_TURNS) - << "_no_self" -#endif #if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) << "_no_rob" #endif diff --git a/test/algorithms/set_operations/difference/test_difference.hpp b/test/algorithms/set_operations/difference/test_difference.hpp index 4a505bcdb..f8e5fcc62 100644 --- a/test/algorithms/set_operations/difference/test_difference.hpp +++ b/test/algorithms/set_operations/difference/test_difference.hpp @@ -105,9 +105,6 @@ void difference_output(std::string const& caseid, G1 const& g1, G2 const& g2, Ou << string_from_type::name() << (ccw ? "_ccw" : "") << (open ? "_open" : "") -#if defined(BOOST_GEOMETRY_NO_SELF_TURNS) - << "_no_self" -#endif #if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) << "_no_rob" #endif diff --git a/test/algorithms/set_operations/intersection/test_intersection.hpp b/test/algorithms/set_operations/intersection/test_intersection.hpp index d780ee14e..9e06b72b7 100644 --- a/test/algorithms/set_operations/intersection/test_intersection.hpp +++ b/test/algorithms/set_operations/intersection/test_intersection.hpp @@ -256,9 +256,6 @@ typename bg::default_area_result::type test_intersection(std::string const& << string_from_type::name() << (ccw ? "_ccw" : "") << (open ? "_open" : "") -#if defined(BOOST_GEOMETRY_NO_SELF_TURNS) - << "_no_self" -#endif #if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) << "_no_rob" #endif diff --git a/test/algorithms/set_operations/union/test_union.hpp b/test/algorithms/set_operations/union/test_union.hpp index 6fea30496..84540fc15 100644 --- a/test/algorithms/set_operations/union/test_union.hpp +++ b/test/algorithms/set_operations/union/test_union.hpp @@ -223,9 +223,6 @@ void test_union(std::string const& caseid, G1 const& g1, G2 const& g2, << string_from_type::name() << (ccw ? "_ccw" : "") << (open ? "_open" : "") -#if defined(BOOST_GEOMETRY_NO_SELF_TURNS) - << "_no_self" -#endif #if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) << "_no_rob" #endif