diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-19 05:39:54 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-19 07:06:33 (GMT) |
commit | 244c5fbcf4556f4cfbf82500c4712abda3e77e9b (patch) | |
tree | b70eb470624b0504a32401b8bfc99390abaddffb /tests | |
parent | 0276466cac5a367f9337062d6d524b493e51ff0f (diff) | |
download | Qt-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.cpp | 1 |
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); |