mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Cleanup for CSV testing
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
8bb9eb501b
commit
2b2df88e87
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue