summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-03-29 20:33:52 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-01 08:06:09 -0700
commit2b2df88e87e1672c81fa57e27790d7d7306eacec (patch)
treed20f5e395613ca5a042a89370b453aa072ea616e /tests
parent8bb9eb501b51eaf1e54cade46ca27b169c070e89 (diff)
downloadsubsurface-2b2df88e87e1672c81fa57e27790d7d7306eacec.tar.gz
Cleanup for CSV testing
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
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()