diff options
author | jan Iversen <jani@apache.org> | 2018-08-01 15:29:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-02 08:59:56 -0700 |
commit | ccfd14211a77e9f6c3832d81a150cdfd04b757c9 (patch) | |
tree | 40b004b331e52d01571ed58d7f5c67ab6b9f69b4 /tests/testqPrefUnits.h | |
parent | d9b7aaef761aaae3904fe58011a58ec438f49ef1 (diff) | |
download | subsurface-ccfd14211a77e9f6c3832d81a150cdfd04b757c9.tar.gz |
tests: move Units test from testpreferences
Remove Units test in testpreferences
add the same Units tests to testqPrefUnits
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefUnits.h')
-rw-r--r-- | tests/testqPrefUnits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefUnits.h b/tests/testqPrefUnits.h index 13a684728..0cbf07470 100644 --- a/tests/testqPrefUnits.h +++ b/tests/testqPrefUnits.h @@ -15,6 +15,7 @@ private slots: void test_struct_disk(); void test_multiple(); void test_unit_system(); + void test_oldPreferences(); }; #endif // TESTQPREFUNITS_H |