diff options
author | jan Iversen <jani@apache.org> | 2018-08-13 22:12:06 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-14 09:09:06 -0700 |
commit | 91ec0fe8d40d619c32fab30c45565a7a2f24a749 (patch) | |
tree | 11853dd30713a84c0a9cefff956c6029141e179e /tests/testqPrefGeneral.h | |
parent | 4ba458318c48ff80017d8c5fe74e928b8b7df449 (diff) | |
download | subsurface-91ec0fe8d40d619c32fab30c45565a7a2f24a749.tar.gz |
tests: move General test from testpreferences
Remove General test in testpreferences
add the same General tests to testqPrefGeneral
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefGeneral.h')
-rw-r--r-- | tests/testqPrefGeneral.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefGeneral.h b/tests/testqPrefGeneral.h index c96fa09fb..73a223396 100644 --- a/tests/testqPrefGeneral.h +++ b/tests/testqPrefGeneral.h @@ -14,6 +14,7 @@ private slots: void test_set_load_struct(); void test_struct_disk(); void test_multiple(); + void test_oldPreferences(); }; #endif // TESTQPREFGENERAL_H |