diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-10 12:43:52 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-10 12:48:45 (GMT) |
commit | 3387c33fca6e518a5e08a48780f6268aeface839 (patch) | |
tree | 0ce5c2763479b9669604b57c1da4bdcca35fa597 /tests | |
parent | 81f67e5242c672e753895761dbda60b8631fb575 (diff) | |
download | Qt-3387c33fca6e518a5e08a48780f6268aeface839.zip Qt-3387c33fca6e518a5e08a48780f6268aeface839.tar.gz Qt-3387c33fca6e518a5e08a48780f6268aeface839.tar.bz2 |
Add expected fail and created QTBUG-8072 for qml animation auto-test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/animations/tst_animations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/animations/tst_animations.cpp b/tests/auto/declarative/animations/tst_animations.cpp index 239c344..5026f6f 100644 --- a/tests/auto/declarative/animations/tst_animations.cpp +++ b/tests/auto/declarative/animations/tst_animations.cpp @@ -424,6 +424,7 @@ void tst_animations::properties() QmlGraphicsRectangle *myRect = rect->findChild<QmlGraphicsRectangle*>("TheRect"); QVERIFY(myRect); QTest::qWait(waitDuration); + QEXPECT_FAIL("", "QTBUG-8072", Continue); QTIMED_COMPARE(myRect->x(),qreal(100)); QTIMED_COMPARE(myRect->y(),qreal(100)); } |