summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testparse.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 2f692e546..2ffade50c 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -476,10 +476,11 @@ void TestParse::exportCSVDiveDetails()
parseCSVmanual(1, "testcsvexportmanualimperial.csv");
export_dives_xslt("testcsvexportmanual2.csv", 0, 0, "xml2manualcsv.xslt");
- save_dives("./testing.xml");
FILE_COMPARE("testcsvexportmanual2.csv",
"testcsvexportmanual.csv");
+
+ clear_dive_file_data();
}
void TestParse::testExport()