mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
236713efaa
commit
084b4152e4
2 changed files with 130 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ private slots:
|
|||
void testVpmbMetricMultiLevelAir();
|
||||
void testVpmbMetric100m60min();
|
||||
void testVpmbMetric100m10min();
|
||||
void testVpmbMetricRepeat();
|
||||
};
|
||||
|
||||
#endif // TESTPLAN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue