mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix dive number comparison for Seabear import tests
This commit is contained in:
parent
d3cc3f371b
commit
0630d584f4
1 changed files with 2 additions and 2 deletions
|
@ -350,8 +350,8 @@ void TestParse::testParseNewFormat()
|
|||
QCOMPARE(parse_seabear_csv_file(file.toUtf8().data(),
|
||||
params, pnr - 1, "csv"), 0);
|
||||
|
||||
// currently the CSV parse fails
|
||||
// QCOMPARE(dive_table.nr, 1);
|
||||
QCOMPARE(dive_table.nr, i + 1);
|
||||
|
||||
/*
|
||||
* Set artificial but static dive times so the result
|
||||
* can be compared to saved one.
|
||||
|
|
Loading…
Add table
Reference in a new issue