diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-11 15:04:33 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-11 15:04:33 (GMT) |
commit | 84b4f1b633c347f166c51673003e7bfde78bfd11 (patch) | |
tree | a411a27fca649723b72bfdc203629c518d845ba6 /tests | |
parent | 11dfaa63a273a3ddad9b3ca610e9afd058eb4e14 (diff) | |
download | Qt-84b4f1b633c347f166c51673003e7bfde78bfd11.zip Qt-84b4f1b633c347f166c51673003e7bfde78bfd11.tar.gz Qt-84b4f1b633c347f166c51673003e7bfde78bfd11.tar.bz2 |
Fix declarative/animatedimage autotest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/animatedimage/tst_animatedimage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp index c4865d2..ee072c8 100644 --- a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp +++ b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp @@ -129,8 +129,6 @@ void tst_animatedimage::frameCount() QmlGraphicsAnimatedImage *anim = qobject_cast<QmlGraphicsAnimatedImage *>(component.create()); QVERIFY(anim); QVERIFY(anim->isPlaying()); - QCOMPARE(anim->frameCount(), 0); // GIF doesn't support frameCount until first pass through - QTest::qWait(600 + 100); QCOMPARE(anim->frameCount(), 3); delete anim; |