summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 13:35:42 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 09:59:26 +0100
commita1344cd4e94179ba4f893117b93266baa39d2a67 (patch)
treefd5091339a074bae6c3e906ff809701bdf6fac0b /tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
parent27de55b498f995241cb5fa59673d86b6a565d461 (diff)
Add expected failures for failing TextEdit and TextInput tests.
Change-Id: Ib51b244f0e1a3e58ab06ddf5bdd0e244c8d09004 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
index 6a54414d..afd5dd4e 100644
--- a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
+++ b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
@@ -2535,6 +2535,7 @@ void tst_qdeclarativetextedit::inputContextMouseHandler()
QTest::mouseRelease(view.viewport(), Qt::RightButton, Qt::ControlModifier, position2);
QApplication::processEvents();
+ QEXPECT_FAIL("", "QTBUG-24035", Abort);
QCOMPARE(ic.m_action, QInputPanel::Click);
QCOMPARE(ic.m_invokeActionCallCount, 1);
QCOMPARE(ic.m_cursorPosition, 2);