From 5a7e11b0bcb7efa7286f3194a8f3a75abcb8f5ab Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 21 May 2020 19:15:21 +0300 Subject: Use single cylinder dive for tests Now that CSV export supports multiple cylinders and import doesn't, we need a test dive with single cylinder in it. (Multi-cylinder import from CSV will be supported for Subsurface style CSV export only, and not generic exports that are used here.) Signed-off-by: Miika Turkia --- tests/testparse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 7f4a9cfd1..982a269d2 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -373,7 +373,7 @@ void TestParse::exportCSVDiveDetails() { int saved_sac = 0; - parse_file(SUBSURFACE_TEST_DATA "/dives/test40.xml", &dive_table, &trip_table, &dive_site_table); + parse_file(SUBSURFACE_TEST_DATA "/dives/test25.xml", &dive_table, &trip_table, &dive_site_table); export_dives_xslt("testcsvexportmanual.csv", 0, 0, "xml2manualcsv.xslt", false); export_dives_xslt("testcsvexportmanualimperial.csv", 0, 1, "xml2manualcsv.xslt", false); -- cgit v1.2.3-70-g09d2