aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-21 14:36:54 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-21 14:56:40 +0200
commit4041464b00fb1358ed2f92949ff76f3b39bdc700 (patch)
tree05d60956aab565015791bef189e9bf1d2398bbf6 /tests/auto/quick/qquicktextinput
parent38cd35edcd47ded0fc6135d09e9bda640a949eb1 (diff)
Fix expected error message
Change-Id: I41ebd1506b0d1675cac1205d5fd8f60fd751a4aa Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/quick/qquicktextinput')
-rw-r--r--tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
index 7bde37af38..b1648cbed2 100644
--- a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
+++ b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
@@ -5695,7 +5695,7 @@ void tst_qquicktextinput::QTBUG_19956_regexp()
{
QUrl url = testFileUrl("qtbug-19956regexp.qml");
- QString warning = url.toString() + ":11: Unable to assign [undefined] to QRegExp";
+ QString warning = url.toString() + ":11:17: Unable to assign [undefined] to QRegExp";
QTest::ignoreMessage(QtWarningMsg, qPrintable(warning));
QQuickView window(url);