summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-26 04:37:28 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-26 04:37:28 (GMT)
commitca90afcf32d9ba083b34f5cef3c7bde6300844f4 (patch)
treee4833fd2340009f15ba1bb1ed5bd09421e5ea067 /tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
parent09a40e13174b9f34007ce9fbd98e06b4e48c1954 (diff)
parent33f7ae1c2edf7c414a5f8b3af79c9529718c29b1 (diff)
downloadQt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.zip
Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.gz
Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
index febcec3..84e7182 100644
--- a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
+++ b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
@@ -463,7 +463,6 @@ void tst_qdeclarativetextinput::validators()
QVERIFY(strInput->hasFocus() == true);
QTest::keyPress(canvas, Qt::Key_1);
QTest::keyRelease(canvas, Qt::Key_1, Qt::NoModifier ,10);
- QEXPECT_FAIL("","Will not work until QTBUG-8025 is resolved", Abort);
QCOMPARE(strInput->text(), QLatin1String(""));
QCOMPARE(strInput->hasAcceptableInput(), false);
QTest::keyPress(canvas, Qt::Key_A);