Removed one non-relevant test for convex_hull

[SVN r76901]
This commit is contained in:
Barend Gehrels 2012-02-05 16:38:27 +00:00
parent 47fcff59b3
commit 0141f5dc1e

View File

@ -40,7 +40,8 @@ void test_convex_hull(Geometry const& geometry, Hull const& hull,
<< " 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)