summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-11-19 05:39:54 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-11-19 07:06:33 (GMT)
commit244c5fbcf4556f4cfbf82500c4712abda3e77e9b (patch)
treeb70eb470624b0504a32401b8bfc99390abaddffb /tests
parent0276466cac5a367f9337062d6d524b493e51ff0f (diff)
downloadQt-244c5fbcf4556f4cfbf82500c4712abda3e77e9b.zip
Qt-244c5fbcf4556f4cfbf82500c4712abda3e77e9b.tar.gz
Qt-244c5fbcf4556f4cfbf82500c4712abda3e77e9b.tar.bz2
TextEdit ignores unused key navigation
Task-number: QT-2236
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp b/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
index 543c650..96df0a5 100644
--- a/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
+++ b/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
@@ -656,7 +656,6 @@ void tst_qmlgraphicstextedit::navigation()
QVERIFY(input != 0);
QTRY_VERIFY(input->hasFocus() == true);
- QEXPECT_FAIL("", "Depends on QT-2236", Abort);
simulateKey(canvas, Qt::Key_Left);
QVERIFY(input->hasFocus() == false);
simulateKey(canvas, Qt::Key_Right);