summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextinput
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-10-15 03:17:50 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-10-15 03:17:50 (GMT)
commitbea38f654ee042946f45e3bdb628c02225a650b9 (patch)
treea4e25333b0a13993a8f357554b5e0844aff89ecb /tests/auto/declarative/qfxtextinput
parentf410aa58f93b27a5ba1b82e2f3a87d14338e22a4 (diff)
downloadQt-bea38f654ee042946f45e3bdb628c02225a650b9.zip
Qt-bea38f654ee042946f45e3bdb628c02225a650b9.tar.gz
Qt-bea38f654ee042946f45e3bdb628c02225a650b9.tar.bz2
Make tests 'pass' for qfxtextedit and qfxtextinput
One test is acutally XFAIL instead of PASS, because what it is 'testing' hasn't been implemented yet.
Diffstat (limited to 'tests/auto/declarative/qfxtextinput')
-rw-r--r--tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp b/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
index bd0b9c3..81b4ac8 100644
--- a/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
+++ b/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
@@ -310,6 +310,7 @@ void tst_qfxtextinput::navigation()
QmlView *canvas = createView(SRCDIR "/data/navigation.qml");
canvas->execute();
canvas->show();
+ canvas->setFocus();
QVERIFY(canvas->root() != 0);