diff options
author | jan Iversen <jani@apache.org> | 2018-08-03 18:14:55 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2018-08-08 14:29:50 +0200 |
commit | fff0e54593b005b128b17411524cefee342facf0 (patch) | |
tree | fae9fc0c73c3331d50f4223357da810ee8eef7d8 /tests/testqPrefDivePlanner.h | |
parent | 9c26a491a725be7a061191d0bd4ee01096182e69 (diff) | |
download | subsurface-fff0e54593b005b128b17411524cefee342facf0.tar.gz |
tests: move DivePlanner test from testpreferences
Remove DivePlanner test in testpreferences
add the same DivePlanner tests to testqPrefDivePlanner
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefDivePlanner.h')
-rw-r--r-- | tests/testqPrefDivePlanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefDivePlanner.h b/tests/testqPrefDivePlanner.h index 801a756de..7d61c3aed 100644 --- a/tests/testqPrefDivePlanner.h +++ b/tests/testqPrefDivePlanner.h @@ -14,6 +14,7 @@ private slots: void test_set_load_struct(); void test_struct_disk(); void test_multiple(); + void test_oldPreferences(); }; #endif // TESTQPREFDIVEPLANNER_H |