diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-10-30 11:55:11 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2018-10-30 15:33:43 +0100 |
commit | 7e4c8c387b4d72432c5fbdc922b60b7d3ff31277 (patch) | |
tree | c088608d70c10bdbed55ddcae06772b5789732f3 /tests/testplan.h | |
parent | d9f2b537afcefb57e224a6d1527537a54bb60688 (diff) | |
download | subsurface-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.h | 1 |
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 |