mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
tests: reactivate test case in testplannershared
reactivate deco2 test case, after problem is solved in plannerShared. Also add a commit on bottompo2/decopo2 in imperial mode, that do not use PSI as expected. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
694fcffa6e
commit
24c42b9b55
1 changed files with 5 additions and 1 deletions
|
@ -231,7 +231,7 @@ void TestPlannerShared::test_gas()
|
|||
plannerShared::set_decopo2(1.6);
|
||||
QCOMPARE(qPrefDivePlanner::decopo2(), 1600);
|
||||
qPrefDivePlanner::set_decopo2(1100);
|
||||
//TEMP QCOMPARE(plannerShared::decopo2(), 1.1);
|
||||
QCOMPARE(plannerShared::decopo2(), 1.1);
|
||||
qPrefDivePlanner::set_decopo2(1000);
|
||||
QCOMPARE(plannerShared::decopo2(), 1.0);
|
||||
|
||||
|
@ -265,6 +265,8 @@ void TestPlannerShared::test_gas()
|
|||
qPrefDivePlanner::set_decosac(19822);
|
||||
//Not implemented QCOMPARE(plannerShared::decosac(), 0.7);
|
||||
|
||||
// Remark bottompo2 is in BAR, even though unit system is
|
||||
// Imperial, the desktop version is like that.
|
||||
plannerShared::set_bottompo2(1.5);
|
||||
QCOMPARE(qPrefDivePlanner::bottompo2(), 1500);
|
||||
plannerShared::set_bottompo2(1.6);
|
||||
|
@ -274,6 +276,8 @@ void TestPlannerShared::test_gas()
|
|||
qPrefDivePlanner::set_bottompo2(1000);
|
||||
QCOMPARE(plannerShared::bottompo2(), 1.0);
|
||||
|
||||
// Remark decopo2 is in BAR, even though unit system is
|
||||
// Imperial, the desktop version is like that.
|
||||
plannerShared::set_decopo2(1.5);
|
||||
QCOMPARE(qPrefDivePlanner::decopo2(), 1500);
|
||||
plannerShared::set_decopo2(1.6);
|
||||
|
|
Loading…
Reference in a new issue