diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-08-25 07:37:21 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 10:57:09 -0700 |
commit | e25404c9f28fe2ff5ccfa11db7542416ad587b7f (patch) | |
tree | c0f6ab438a99c574c1047b073fe7c99d7d5202ba /tests | |
parent | 3ea7ee1934d1da3df0808d7f401df6dc665f9673 (diff) | |
download | subsurface-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.cpp | 2 |
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); } |