summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-07 12:19:52 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-08 09:22:00 +0100
commitdad925a1ce4d5c4c4497b1d13104839fc834e941 (patch)
tree1625a732c9ef50b4685d0c75520e27f757779648 /tests/auto
parent6ce2cf345675cc4f16cabc2ea13553d0e6e751c9 (diff)
Re-enabled tst_qdialog
Commit 0fd8514a57ec8c6bd824e3c30a559988c53b95c8 ensured that the showAsTool test function is now properly QSKIP'ed for platforms where it is always known to fail. This change re-enables the test case as a whole so that the passing test function may actually catch real Qt bugs again (without being ignored by CI). Task-number: QTBUG-22453 Change-Id: Icfe56558f8c0f4b50dbbc21d9748df6d81fea4fe Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/widgets/dialogs/qdialog/qdialog.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/widgets/dialogs/qdialog/qdialog.pro b/tests/auto/widgets/dialogs/qdialog/qdialog.pro
index d8658e556b..2c4d10dd0b 100644
--- a/tests/auto/widgets/dialogs/qdialog/qdialog.pro
+++ b/tests/auto/widgets/dialogs/qdialog/qdialog.pro
@@ -2,5 +2,3 @@ CONFIG += testcase
TARGET = tst_qdialog
QT += widgets testlib
SOURCES += tst_qdialog.cpp
-
-CONFIG += insignificant_test # QTBUG-21402