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>
This commit is contained in:
Robert C. Helling 2018-10-30 11:55:11 +01:00 committed by bstoeger
parent d9f2b537af
commit 7e4c8c387b
2 changed files with 54 additions and 0 deletions

View file

@ -18,6 +18,7 @@ private slots:
void testVpmbMetricMultiLevelAir();
void testVpmbMetric100m10min();
void testVpmbMetricRepeat();
void testMultipleGases();
};
#endif // TESTPLAN_H