Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 4, 2012
1 parent fb072e6 commit a1d8f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/MetadataTest.cpp
Expand Up @@ -209,7 +209,7 @@ BOOST_AUTO_TEST_CASE(test_metadata_stage)

BOOST_CHECK_EQUAL(file_metadata.toPTree().get_child("metadata").size(), 31u);

pdal::Option option("filename", Support::datapath("pipeline/pipeline_metadata.xml"));
pdal::Option option("filename", Support::datapath("pipeline/pipeline_metadata_reader.xml"));
pdal::Options options(option);

pdal::drivers::pipeline::Reader pipeline(options);
Expand Down

0 comments on commit a1d8f43

Please sign in to comment.