aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testplannershared.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testplannershared.cpp b/tests/testplannershared.cpp
index f4c4546ee..3131590c5 100644
--- a/tests/testplannershared.cpp
+++ b/tests/testplannershared.cpp
@@ -87,15 +87,6 @@ void TestPlannerShared::test_gas()
qPrefDivePlanner::set_sacfactor(200);
QCOMPARE(plannerShared::sacfactor(), 2.0);
- plannerShared::set_problemsolvingtime(4);
- QCOMPARE(qPrefDivePlanner::problemsolvingtime(), 4);
- plannerShared::set_problemsolvingtime(5);
- QCOMPARE(qPrefDivePlanner::problemsolvingtime(), 5);
- qPrefDivePlanner::set_problemsolvingtime(2);
- QCOMPARE(plannerShared::problemsolvingtime(), 2);
- qPrefDivePlanner::set_problemsolvingtime(6);
- QCOMPARE(plannerShared::problemsolvingtime(), 6);
-
// Set system to use meters
qPrefUnits::set_unit_system(METRIC);