Skip to content

Commit

Permalink
turn off ferry reprojection test when there's no GDAL #435
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 25, 2014
1 parent da476b9 commit 6136a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/filters/FerryFilterTest.cpp
Expand Up @@ -53,6 +53,7 @@ BOOST_AUTO_TEST_SUITE(FerryFilterTest)

BOOST_AUTO_TEST_CASE(test_ferry_copy)
{
#ifdef PDAL_HAVE_GDAL
using namespace pdal;
PipelineManager mgr;
PipelineReader specReader(mgr);
Expand Down Expand Up @@ -81,6 +82,7 @@ BOOST_AUTO_TEST_CASE(test_ferry_copy)
BOOST_CHECK_CLOSE(49.341077824192915, lat, 0.0001);
BOOST_CHECK_CLOSE(637012.24, x, 0.0001);
BOOST_CHECK_CLOSE(849028.31, y, 0.0001);
#endif
}

BOOST_AUTO_TEST_CASE(test_ferry_invalid)
Expand Down

0 comments on commit 6136a47

Please sign in to comment.