Add another test for formatDiveGasString

This adds a test for the bug just fixed, where we have a trimix gas and
nitrox/air with less o2 than the trimix.

Signed-off-by: Anton Lundin <glance@ac2.se>
This commit is contained in:
Anton Lundin 2023-10-18 07:32:36 +02:00 committed by Michael Keller
parent 94164bb8fa
commit 8d3f2e4ca6
2 changed files with 28 additions and 0 deletions

View file

@ -18,4 +18,5 @@ private slots:
void test_trimix_and_nitrox_same_o2();
void test_trimix_and_nitrox_lower_o2();
void test_ccr();
void test_ccr_bailout();
};