summaryrefslogtreecommitdiffstats
path: root/tests/testpreferences.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-07-12 12:36:19 +0200
committerGravatar jan Iversen <jani@apache.org>2018-07-12 22:35:36 +0200
commit33949735f2965a2249b2915b7c38e30202520bf4 (patch)
treedfa0f65ae5b97390930ec48f29dc30c2504fa10f /tests/testpreferences.cpp
parentd4e76dac9e8dbbb784c7133a4cc918de3121f35c (diff)
downloadsubsurface-33949735f2965a2249b2915b7c38e30202520bf4.tar.gz
tests: add qPrefAnimations testcases
add test cases to secure struct preferences and qPrefAnimations work together remove animation tests from testpreferences Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testpreferences.cpp')
-rw-r--r--tests/testpreferences.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp
index 7a0fa64fd..d950c49f9 100644
--- a/tests/testpreferences.cpp
+++ b/tests/testpreferences.cpp
@@ -482,11 +482,6 @@ void TestPreferences::testPreferences()
TEST(language->dateFormatOverride(),true);
TEST(language->useSystemLanguage(), true);
- pref->animation_settings->setAnimationSpeed(20);
- TEST(pref->animation_settings->animationSpeed(), 20);
- pref->animation_settings->setAnimationSpeed(30);
- TEST(pref->animation_settings->animationSpeed(), 30);
-
auto location = pref->location_settings;
location->setTimeThreshold(10);
location->setDistanceThreshold(20);