Skip to content
Snippets Groups Projects
Commit 235a1ebc authored by Karsten Rink's avatar Karsten Rink
Browse files

Merge branch 'master' of https://github.com/ufz/ogs

parents c8f5ef2c 210c1ca3
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* *
*/ */
#include <boost/filesystem.hpp>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "Configure.h" #include "Configure.h"
#include "XmlIO/XmlGmlInterface.h" #include "XmlIO/XmlGmlInterface.h"
...@@ -123,5 +125,9 @@ TEST(FileIO, XmlGmlReaderTest) ...@@ -123,5 +125,9 @@ TEST(FileIO, XmlGmlReaderTest)
ASSERT_EQ((*tri)[1],8); ASSERT_EQ((*tri)[1],8);
ASSERT_EQ((*tri)[2],5); 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 // 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