summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-09-23 00:32:26 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-22 07:36:37 -0700
commit084b4152e46e54389cf0ec5cf042bd2878bda7ba (patch)
tree486ac273d621f718fb80ead8aec036696d1f1a65 /tests/testplan.h
parent236713efaaf92a44356fc710e9efe0f157a4211b (diff)
downloadsubsurface-084b4152e46e54389cf0ec5cf042bd2878bda7ba.tar.gz
TestPlan: Add test for repeating dive
If variables were accidentally carried through from a previous calculated plan, subsequent plan could be affected. This test aims to detect if this happens. Commit 8994270 corrected such a bug. If it were reverted, this test would fail (as it should). 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h
index f73ad0d9a..69bf0704f 100644
--- a/tests/testplan.h
+++ b/tests/testplan.h
@@ -14,6 +14,7 @@ private slots:
void testVpmbMetricMultiLevelAir();
void testVpmbMetric100m60min();
void testVpmbMetric100m10min();
+ void testVpmbMetricRepeat();
};
#endif // TESTPLAN_H