Remove insignification from some fixed tests

These tests no longer fail on Windows, so remove insignification from
them.

Change-Id: Ic4fd2fa83a0f706c1cbd5299d5243f65c3251f93
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
This commit is contained in:
Miikka Heikkinen 2012-03-20 11:25:10 +02:00 committed by Qt by Nokia
parent a11a9e926b
commit 9734187f9e
4 changed files with 0 additions and 8 deletions

View File

@ -13,5 +13,3 @@ TESTDATA = data/*
CONFIG += parallel_test
QT += core-private gui-private qml-private quick-private network testlib
win32:CONFIG += insignificant_test # QTBUG-24782

View File

@ -26,5 +26,3 @@ OTHER_FILES += \
data/SamplerNameChange.qml \
data/ItemEffect.qml \
data/RectangleEffect.qml
win32:CONFIG += insignificant_test # QTBUG-24787

View File

@ -15,5 +15,3 @@ TESTDATA = data/*
CONFIG += parallel_test
QT += core-private gui-private v8-private qml-private quick-private network testlib
win32:CONFIG += insignificant_test # QTBUG-24789

View File

@ -9,5 +9,3 @@ include (../../shared/util.pri)
TESTDATA = data/*
QT += core-private gui-private v8-private qml-private quick-private testlib
win32:CONFIG += insignificant_test # QTBUG-24790