mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: correct test_multiple in all qPref classes
test_multiple did not test correctly, correct. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
311b2672da
commit
600da8b9ff
5 changed files with 18 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue