Skip to content

Commit

Permalink
don't write an exmaple file
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 12, 2013
1 parent 62d060b commit aea3f04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/XMLSchemaTest.cpp
Expand Up @@ -133,9 +133,6 @@ BOOST_AUTO_TEST_CASE(test_schema_read)

std::string xml_output = writer.getXML();

std::ostream* output = FileUtils::createFile("example-metadata.xml");
*output << xml_output;
delete output;
pdal::schema::Reader reader2(xml_output, xsd);
pdal::Schema schema2 = reader2.getSchema();

Expand Down

0 comments on commit aea3f04

Please sign in to comment.