Add even more tests for formatDiveGasString

Signed-off-by: Anton Lundin <glance@ac2.se>
This commit is contained in:
Anton Lundin 2023-10-12 21:55:16 +02:00 committed by Michael Keller
parent bba0da589b
commit a681ff3410
2 changed files with 40 additions and 0 deletions

View file

@ -15,5 +15,7 @@ private slots:
void test_trimix();
void test_trimix_deco();
void test_reverse_trimix_deco();
void test_trimix_and_nitrox_same_o2();
void test_trimix_and_nitrox_lower_o2();
void test_ccr();
};