VPM-B: Add more planner tests

Add more VPM-B planner tests.  The "expected" total run time is taken as the
total run time produced by the Fortran VPM-B program.  For all these tests, the
results are within two minutes, which is a good result, but most are classified
as a "fail".

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2015-08-26 00:33:17 +10:00 committed by Dirk Hohndel
parent e25404c9f2
commit e47f62f869
2 changed files with 196 additions and 0 deletions

View file

@ -8,6 +8,10 @@ class TestPlan : public QObject {
private slots:
void testImperial();
void testMetric();
void testVpmbMetric60m30minAir();
void testVpmbMetric60m30minEan50();
void testVpmbMetric60m30minTx();
void testVpmbMetricMultiLevelAir();
void testVpmbMetric100m60min();
void testVpmbMetric100m10min();
};