diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-01-05 14:06:58 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-01-05 14:06:58 (GMT) |
commit | 884c729545c49e3f21559c8eb397508ab9fe6e6b (patch) | |
tree | 4116e0f5718eeda096d104cdaf40f8fce49cdb41 /tests/auto/qpauseanimation | |
parent | b8f7adab5a146bea04d598299c04570fe95caedc (diff) | |
download | Qt-884c729545c49e3f21559c8eb397508ab9fe6e6b.zip Qt-884c729545c49e3f21559c8eb397508ab9fe6e6b.tar.gz Qt-884c729545c49e3f21559c8eb397508ab9fe6e6b.tar.bz2 |
Fix typo in autotest testcase name.
Diffstat (limited to 'tests/auto/qpauseanimation')
-rw-r--r-- | tests/auto/qpauseanimation/tst_qpauseanimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qpauseanimation/tst_qpauseanimation.cpp b/tests/auto/qpauseanimation/tst_qpauseanimation.cpp index 4d0a7a7..a421228 100644 --- a/tests/auto/qpauseanimation/tst_qpauseanimation.cpp +++ b/tests/auto/qpauseanimation/tst_qpauseanimation.cpp @@ -99,7 +99,7 @@ private slots: void changeDirectionWhileRunning(); void noTimerUpdates_data(); void noTimerUpdates(); - void mulitplePauseAnimations(); + void multiplePauseAnimations(); void pauseAndPropertyAnimations(); void pauseResume(); void sequentialPauseGroup(); @@ -169,7 +169,7 @@ void tst_QPauseAnimation::noTimerUpdates() QCOMPARE(animation.m_updateCurrentTimeCount, 1 + loopCount); } -void tst_QPauseAnimation::mulitplePauseAnimations() +void tst_QPauseAnimation::multiplePauseAnimations() { EnableConsistentTiming enabled; |