summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-08-25 07:37:20 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 10:57:06 -0700
commit3ea7ee1934d1da3df0808d7f401df6dc665f9673 (patch)
tree102e19740b1c01b79a9a79fbafd614bc07c5649b /tests/testplan.h
parent7172225c876db4bfff0fa904ad439509795cb685 (diff)
downloadsubsurface-3ea7ee1934d1da3df0808d7f401df6dc665f9673.tar.gz
Test another VPM-B dive plan
This adds a test for 100 m for 60 min dive on trimix using VPM-B Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testplan.h')
-rw-r--r--tests/testplan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testplan.h b/tests/testplan.h
index 7822129d3..43cc6a99b 100644
--- a/tests/testplan.h
+++ b/tests/testplan.h
@@ -8,7 +8,8 @@ class TestPlan : public QObject {
private slots:
void testImperial();
void testMetric();
- void testVpmbMetric();
+ void testVpmbMetric100m60min();
+ void testVpmbMetric100m10min();
};
#endif // TESTPLAN_H