aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-05-17 16:50:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-18 02:24:35 +0200
commit4c9b4c951934a3ba277dcbf565215305a27d2e06 (patch)
treefb80f70658a78e390397a5a88acd8e4c735189ae /tests
parent83e820ba767c2d37600d3536ebcfde18234d2f46 (diff)
Remove QSKIP from test.
Fix merged in qtbase. Task-number: QTBUG-24801 Change-Id: I41de3b20938bd63861fba14a43b23ed8d91414d5 Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
index 3367d22a36..0a213d7f84 100644
--- a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
+++ b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
@@ -2684,7 +2684,6 @@ void tst_qquicktextinput::cursorRectangle_data()
void tst_qquicktextinput::cursorRectangle()
{
- QSKIP("QTBUG-24801");
QFETCH(QString, text);
QFETCH(int, positionAtWidth);
QFETCH(int, wrapPosition);