diff options
Diffstat (limited to 'tests/testqPrefAnimations.cpp')
-rw-r--r-- | tests/testqPrefAnimations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefAnimations.cpp b/tests/testqPrefAnimations.cpp index 70d030235..90292f28f 100644 --- a/tests/testqPrefAnimations.cpp +++ b/tests/testqPrefAnimations.cpp @@ -77,6 +77,7 @@ void TestQPrefAnimations::test_multiple() auto tst = qPrefAnimations::instance(); QCOMPARE(tst->animation_speed(), tst_direct->animation_speed()); + QCOMPARE(tst_direct->animation_speed(), 25); } QTEST_MAIN(TestQPrefAnimations) |