mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
94164bb8fa
commit
8d3f2e4ca6
2 changed files with 28 additions and 0 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue