aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2018-10-30 11:55:11 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2018-10-30 15:33:43 +0100
commit7e4c8c387b4d72432c5fbdc922b60b7d3ff31277 (patch)
treec088608d70c10bdbed55ddcae06772b5789732f3 /tests/testplan.h
parentd9f2b537afcefb57e224a6d1527537a54bb60688 (diff)
downloadsubsurface-7e4c8c387b4d72432c5fbdc922b60b7d3ff31277.tar.gz
A test for gases used in the planner
This tests for the planner getting the gases in the manually entered part of the dive wrong (as here: from incorrect value returned by get_gasmix_at_time. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'tests/testplan.h')
-rw-r--r--tests/testplan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h
index fbd2df136..76b248e3d 100644
--- a/tests/testplan.h
+++ b/tests/testplan.h
@@ -18,6 +18,7 @@ private slots:
void testVpmbMetricMultiLevelAir();
void testVpmbMetric100m10min();
void testVpmbMetricRepeat();
+ void testMultipleGases();
};
#endif // TESTPLAN_H