aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextinput
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2011-09-15 14:11:49 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-15 08:08:46 +0200
commit582037a9312de14d482979baddd9fcf1898f36e3 (patch)
treea583f6a5368305d12153f9a17bb14a8a0bb144c3 /tests/auto/qtquick1/qdeclarativetextinput
parente5a0d7076a296bf054e923c8dbd9cdcf69fa6b30 (diff)
Test fixes.
Change-Id: Icaf5f287ce5f8fe954c55ec7a60308659ccce547 Reviewed-on: http://codereview.qt-project.org/4935 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetextinput')
-rw-r--r--tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro2
-rw-r--r--tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro b/tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro
index f18c054132..213c4d6c65 100644
--- a/tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro
+++ b/tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro
@@ -12,4 +12,4 @@ symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
-QT += core-private gui-private v8-private declarative-private qtquick1-private
+QT += core-private gui-private widgets-private v8-private declarative-private qtquick1-private
diff --git a/tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp b/tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
index 633ab17a27..55c431f721 100644
--- a/tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
+++ b/tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
@@ -2172,7 +2172,7 @@ public:
openInputPanelReceived = true;
if (event->type() == QEvent::CloseSoftwareInputPanel)
closeInputPanelReceived = true;
- return QInputContext::filterEvent(event);
+ return false; //QInputContext::filterEvent(event);
}
void update() { updateReceived = true; }