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:
Rick Walsh 2015-08-25 07:37:21 +10:00 committed by Dirk Hohndel
parent 3ea7ee1934
commit e25404c9f2

View file

@ -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);
}