diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-10-15 03:17:50 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-10-15 03:17:50 (GMT) |
commit | bea38f654ee042946f45e3bdb628c02225a650b9 (patch) | |
tree | a4e25333b0a13993a8f357554b5e0844aff89ecb /tests/auto/declarative/qfxtextinput | |
parent | f410aa58f93b27a5ba1b82e2f3a87d14338e22a4 (diff) | |
download | Qt-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.cpp | 1 |
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); |