summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-08-25 07:37:21 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 10:57:09 -0700
commite25404c9f28fe2ff5ccfa11db7542416ad587b7f (patch)
treec0f6ab438a99c574c1047b073fe7c99d7d5202ba /tests
parent3ea7ee1934d1da3df0808d7f401df6dc665f9673 (diff)
downloadsubsurface-e25404c9f28fe2ff5ccfa11db7542416ad587b7f.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/testplan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp
index bb6900359..e8b89ba59 100644
--- a/tests/testplan.cpp
+++ b/tests/testplan.cpp
@@ -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);
}