diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-03-29 20:33:52 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-01 08:06:09 -0700 |
commit | 2b2df88e87e1672c81fa57e27790d7d7306eacec (patch) | |
tree | d20f5e395613ca5a042a89370b453aa072ea616e /tests | |
parent | 8bb9eb501b51eaf1e54cade46ca27b169c070e89 (diff) | |
download | subsurface-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.cpp | 3 |
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() |