diff options
author | jan Iversen <jani@apache.org> | 2018-07-28 19:03:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-30 07:43:22 -0700 |
commit | 7acd489891883c5530d184bc6c6b11dd64b00c34 (patch) | |
tree | 74c8e75952e6969d03af91695071090c63ac9d28 /tests/testqPrefProxy.h | |
parent | e198230c83b4c3690ee47d47df676b2a6cb157f4 (diff) | |
download | subsurface-7acd489891883c5530d184bc6c6b11dd64b00c34.tar.gz |
tests: move Proxy test from testpreferences
Remove Proxy test in testpreferences
add the same Proxy tests to testqPrefProxy
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefProxy.h')
-rw-r--r-- | tests/testqPrefProxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefProxy.h b/tests/testqPrefProxy.h index 27c0312f9..e47300be2 100644 --- a/tests/testqPrefProxy.h +++ b/tests/testqPrefProxy.h @@ -14,6 +14,7 @@ private slots: void test_set_load_struct(); void test_struct_disk(); void test_multiple(); + void test_oldPreferences(); }; #endif // TESTQPREFPROXY_H |