mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Compare DL7 import to saved conversion
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
35778d9bbc
commit
e2197a56a4
1 changed files with 3 additions and 2 deletions
|
@ -502,8 +502,9 @@ void TestParse::parseDL7()
|
||||||
params, pnr - 1 , "DL7"), 0);
|
params, pnr - 1 , "DL7"), 0);
|
||||||
QCOMPARE(dive_table.nr, 1);
|
QCOMPARE(dive_table.nr, 1);
|
||||||
|
|
||||||
FILE_COMPARE("testuddfexport.uddf",
|
QCOMPARE(save_dives("./testdl7out.ssrf"), 0);
|
||||||
"testuddfexport2.uddf");
|
FILE_COMPARE("./testdl7out.ssrf",
|
||||||
|
SUBSURFACE_TEST_DATA "/dives/DL7.xml");
|
||||||
clear_dive_file_data();
|
clear_dive_file_data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue