summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-04 08:09:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-04 08:09:07 (GMT)
commit38bffdd9a5dc648d9f2c75b0be5648e938a930c6 (patch)
tree524e0651ef02e29d730a3657bca090f96bd3887b /tests/auto/declarative
parentd50d1f9e8e8e4e75699baf21a27c03350ab49e27 (diff)
downloadQt-38bffdd9a5dc648d9f2c75b0be5648e938a930c6.zip
Qt-38bffdd9a5dc648d9f2c75b0be5648e938a930c6.tar.gz
Qt-38bffdd9a5dc648d9f2c75b0be5648e938a930c6.tar.bz2
Remove invalid test
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/animatedimage/tst_animatedimage.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
index 6ae2112..262ddda 100644
--- a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
+++ b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
@@ -90,11 +90,7 @@ void tst_animatedimage::setFrame()
void tst_animatedimage::frameCount()
{
- QmlEngine engine;
- QmlComponent component(&engine, QUrl("file://" SRCDIR "/data/stickman.qml"));
- QmlGraphicsAnimatedImageItem *anim = qobject_cast<QmlGraphicsAnimatedImageItem *>(component.create());
- QVERIFY(anim);
- QCOMPARE(anim->frameCount(), 299);
+ // GIF doesn't support frameCount until first pass through
}
QTEST_MAIN(tst_animatedimage)