summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit/qlineedit.pro
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2012-09-21 12:28:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-25 18:36:01 +0200
commit01a985ac5bcc843ef44091d7f272a7c10bee989c (patch)
treed8a4958ac619e97005bd2301d2c521500de4cbf7 /tests/auto/widgets/widgets/qlineedit/qlineedit.pro
parent461a01c1df88cdea0e8109948d125fc58a185cf8 (diff)
Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut
The test is passing on Ubuntu 11.10. Adding qWaitForWindowExposed after the line edit show() call to ensure the line edit is actually shown on the screen. Task-number: QTBUG-24518 Change-Id: I2af65bef76d171b36032120738dfbd7cfff51d7f Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/widgets/widgets/qlineedit/qlineedit.pro')
-rw-r--r--tests/auto/widgets/widgets/qlineedit/qlineedit.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/widgets/widgets/qlineedit/qlineedit.pro b/tests/auto/widgets/widgets/qlineedit/qlineedit.pro
index b4ab72e96a..40eff1f968 100644
--- a/tests/auto/widgets/widgets/qlineedit/qlineedit.pro
+++ b/tests/auto/widgets/widgets/qlineedit/qlineedit.pro
@@ -3,6 +3,4 @@ TARGET = tst_qlineedit
QT += gui-private core-private widgets widgets-private testlib
SOURCES += tst_qlineedit.cpp
-# QTBUG-24518 - unstable test
-linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0