From 934f52c270efeb19ecccc77f80996c8ab8068221 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Wed, 27 Jun 2012 12:50:57 +1000 Subject: Remove expect fail and insignificant test flag. Task-number: QTBUG-19538 Change-Id: I2fa712c804fae17c7e59019a8510cb195b2e5eaf Reviewed-by: Rohan McGovern --- .../declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro | 2 -- .../qdeclarativeanimatedimage/tst_qdeclarativeanimatedimage.cpp | 1 - 2 files changed, 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); } -- cgit v1.2.3