summaryrefslogtreecommitdiffstats
path: root/tests/testplan.cpp
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-08-29 21:14:48 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-29 20:06:32 -0700
commit1e7dd492345c903b4009590e5d1deae3ce911c43 (patch)
tree8bc318b9575782651309205fa7e681edaa55bd24 /tests/testplan.cpp
parent961c218c06535efd02ac5ddd5b79d03d2f924cf6 (diff)
downloadsubsurface-1e7dd492345c903b4009590e5d1deae3ce911c43.tar.gz
Update expected runtime of VPM-B test to match benchmark
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testplan.cpp')
-rw-r--r--tests/testplan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp
index 7d5774221..a8bde54b4 100644
--- a/tests/testplan.cpp
+++ b/tests/testplan.cpp
@@ -413,8 +413,8 @@ 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 316 minutes
- QVERIFY(compareDecoTime(displayed_dive.dc.duration.seconds, 316u * 60u + 20u));
+ // check expected run time of 311 minutes
+ QVERIFY(compareDecoTime(displayed_dive.dc.duration.seconds, 311u * 60u + 20u));
}
void TestPlan::testVpmbMetricMultiLevelAir()