mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update DL7 tests to current import
As we now parse dives without profile, we get 2 more dives from the sample log import (3 in total). And naturally also the resulting XML to compare against needs to be updated. Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
f91f16a4b6
commit
4a5b40c144
2 changed files with 9 additions and 1 deletions
|
@ -500,7 +500,7 @@ void TestParse::parseDL7()
|
|||
clear_dive_file_data();
|
||||
QCOMPARE(parse_csv_file(SUBSURFACE_TEST_DATA "/dives/DL7.zxu",
|
||||
params, pnr - 1 , "DL7"), 0);
|
||||
QCOMPARE(dive_table.nr, 1);
|
||||
QCOMPARE(dive_table.nr, 3);
|
||||
|
||||
QCOMPARE(save_dives("./testdl7out.ssrf"), 0);
|
||||
FILE_COMPARE("./testdl7out.ssrf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue