summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-geoData.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-geoData.cpp b/test/test-geoData.cpp
index 4e85f73..cb0466e 100644
--- a/test/test-geoData.cpp
+++ b/test/test-geoData.cpp
@@ -26,11 +26,6 @@ BOOST_AUTO_TEST_CASE(loadSuccess)
BOOST_AUTO_TEST_CASE(normalsAllPointUp)
{
- BOOST_CHECK_EQUAL(std::count_if(faces_begin(), faces_end(),
- [this](auto && vh) {
- return normal(vh).z > 0;
- }),
- n_faces());
BOOST_CHECK_EQUAL(std::count_if(vertices_begin(), vertices_end(),
[this](auto && vh) {
return normal(vh).z > 0;