mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Test VPM-B Correct expected dive time in comment
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3ea7ee1934
commit
e25404c9f2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void TestPlan::testVpmbMetric100m60min()
|
|||
QCOMPARE(ev->gas.index, 2);
|
||||
QCOMPARE(ev->value, 100);
|
||||
QCOMPARE(get_depth_at_time(&displayed_dive.dc, ev->time.seconds), 6000);
|
||||
// check expected run time of 105 minutes
|
||||
// check expected run time of 316 minutes
|
||||
QCOMPARE(displayed_dive.dc.duration.seconds, 18980u);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue