diff options
| author | 2018-07-22 17:47:17 +0200 | |
|---|---|---|
| committer | 2018-07-25 08:35:04 -0700 | |
| commit | 87b00aea2b120fefea36d3c86e35babc01720f3f (patch) | |
| tree | 8fa0cf7516905783ab75fc5ba352a22016749463 /tests/testqPrefDiveComputer.h | |
| parent | bb5c1da1b7e8f5b2758db4d3235dad190f530fac (diff) | |
| download | subsurface-87b00aea2b120fefea36d3c86e35babc01720f3f.tar.gz | |
tests: move DiveComputer test from testpreferences
Remove DiveComputer test in testpreferences
add the same DiveComputer tests to testqPrefDiveComputer
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefDiveComputer.h')
| -rw-r--r-- | tests/testqPrefDiveComputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefDiveComputer.h b/tests/testqPrefDiveComputer.h index df0e2cfef..addf019d1 100644 --- a/tests/testqPrefDiveComputer.h +++ b/tests/testqPrefDiveComputer.h @@ -15,6 +15,7 @@ private slots: void test_set_load_struct(); void test_struct_disk(); void test_multiple(); + void test_oldPreferences(); }; #endif // TESTQPREFDIVECOMPUTER_H |