Skip to content
Snippets Groups Projects
Commit 210c1ca3 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge pull request #120 from TomFischer/RemovingTestFiles

Removing two files created by the FileIO.XmlGmlWriterTest.
parents 2f04ba15 2d5789d5
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
*
*/
#include <boost/filesystem.hpp>
#include "gtest/gtest.h"
#include "Configure.h"
#include "XmlIO/XmlGmlInterface.h"
......@@ -123,5 +125,9 @@ TEST(FileIO, XmlGmlReaderTest)
ASSERT_EQ((*tri)[1],8);
ASSERT_EQ((*tri)[2],5);
boost::filesystem::remove(test_data_file);
test_data_file += ".md5";
boost::filesystem::remove(test_data_file);
// when project goes out of scope it should delete geo_objects which in turn should delete all data within
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment