Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76901 - trunk/libs/geometry/test/algorithms
From: barend.gehrels_at_[hidden]
Date: 2012-02-05 11:38:29


Author: barendgehrels
Date: 2012-02-05 11:38:27 EST (Sun, 05 Feb 2012)
New Revision: 76901
URL: http://svn.boost.org/trac/boost/changeset/76901

Log:
Removed one non-relevant test for convex_hull
Text files modified:
   trunk/libs/geometry/test/algorithms/test_convex_hull.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/geometry/test/algorithms/test_convex_hull.hpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/test_convex_hull.hpp (original)
+++ trunk/libs/geometry/test/algorithms/test_convex_hull.hpp 2012-02-05 11:38:27 EST (Sun, 05 Feb 2012)
@@ -40,7 +40,8 @@
         << " detected: " << n);
 
 
- BOOST_CHECK(bg::num_points(geometry) == size_original);
+ // We omit this check as it is not important for the hull algorithm
+ // BOOST_CHECK(bg::num_points(geometry) == size_original);
 
     typename bg::default_area_result<Geometry>::type ah = bg::area(hull);
     if (reverse)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk