summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-06-27 12:50:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-27 07:12:37 +0200
commit934f52c270efeb19ecccc77f80996c8ab8068221 (patch)
treeb05adf1d6e5ce89189a00c4384b3c860be514c97 /tests
parentc8da34cde266da87ab6ede8c53131e8be3b55c74 (diff)
Remove expect fail and insignificant test flag.
Task-number: QTBUG-19538 Change-Id: I2fa712c804fae17c7e59019a8510cb195b2e5eaf Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro2
-rw-r--r--tests/auto/declarative/qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
index f94c4cd6..d09701c4 100644
--- a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
+++ b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
@@ -10,5 +10,3 @@ macx:CONFIG -= app_bundle
include(../shared/qdeclarativedatatest.pri)
CONFIG += parallel_test
-
-CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/declarative/qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp b/tests/auto/declarative/qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp
index 75f5f6ce..3dc76d70 100644
--- a/tests/auto/declarative/qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp
+++ b/tests/auto/declarative/qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp
@@ -191,7 +191,6 @@ void tst_qdeclarativeanimatedimage::mirror_running()
QPixmap frame1_expected = frame1.transformed(transform);
QCOMPARE(frame0_flipped, frame0_expected);
- QEXPECT_FAIL("", "QTBUG-19538", Continue);
QCOMPARE(frame1_flipped, frame1_expected);
}