Re-enabled tests that are now passing on Linux
authorJo Asplin <jo.asplin@nokia.com>
Mon, 26 Sep 2011 13:48:33 +0000 (15:48 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 26 Sep 2011 16:47:24 +0000 (18:47 +0200)
Task-number: QTBUG-21424

Change-Id: I093d90a2713a7e7ddace31a27a08d47e3c2da588
Reviewed-on: http://codereview.qt-project.org/5546
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
tests/auto/qabstractitemview/qabstractitemview.pro
tests/auto/qmenubar/qmenubar.pro
tests/auto/qspinbox/qspinbox.pro
tests/auto/testlib/selftests/test/test.pro

index cae8ca0..7f6c2cb 100644 (file)
@@ -1,5 +1,3 @@
 load(qttest_p4)
 QT += widgets
 SOURCES         += tst_qabstractitemview.cpp
-
-CONFIG += insignificant_test # QTBUG-21402
index 35b7ba8..73c2545 100644 (file)
@@ -1,5 +1,3 @@
 load(qttest_p4)
 QT += widgets
 SOURCES += tst_qmenubar.cpp
-
-CONFIG += insignificant_test # QTBUG-21424
index c34378e..c88dc0e 100644 (file)
@@ -1,5 +1,3 @@
 load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qspinbox.cpp
-
-CONFIG += insignificant_test # QTBUG-21424
index 2ad2483..966fc5a 100644 (file)
@@ -13,5 +13,3 @@ win32 {
 }
 
 RESOURCES += ../selftests.qrc
-
-CONFIG += insignificant_test # QTBUG-21402