Cleanup for CSV testing

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-03-29 20:33:52 +03:00 committed by Dirk Hohndel
parent 8bb9eb501b
commit 2b2df88e87

View file

@ -476,10 +476,11 @@ void TestParse::exportCSVDiveDetails()
parseCSVmanual(1, "testcsvexportmanualimperial.csv"); parseCSVmanual(1, "testcsvexportmanualimperial.csv");
export_dives_xslt("testcsvexportmanual2.csv", 0, 0, "xml2manualcsv.xslt"); export_dives_xslt("testcsvexportmanual2.csv", 0, 0, "xml2manualcsv.xslt");
save_dives("./testing.xml");
FILE_COMPARE("testcsvexportmanual2.csv", FILE_COMPARE("testcsvexportmanual2.csv",
"testcsvexportmanual.csv"); "testcsvexportmanual.csv");
clear_dive_file_data();
} }
void TestParse::testExport() void TestParse::testExport()