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:
Rick Walsh 2015-09-23 00:32:26 +10:00 committed by Dirk Hohndel
parent 236713efaa
commit 084b4152e4
2 changed files with 130 additions and 0 deletions

View file

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