aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-07 17:53:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-07 19:20:00 +0200
commitbc659e5af10727c71ef56ea1c68af3dcd0d1a425 (patch)
tree14022bc0bca03ff241cf36a0dd19164972d3748e /tests/auto/qml/qjsvalue
parentef285b45aa378a054488529fad7d035f4ec65cb7 (diff)
Fix a few more QJSValue autotests
Change-Id: Ie870da8f6b8f9e34221bbfd10f328df1dc363294 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/qjsvalue')
-rw-r--r--tests/auto/qml/qjsvalue/tst_qjsvalue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qjsvalue/tst_qjsvalue.cpp b/tests/auto/qml/qjsvalue/tst_qjsvalue.cpp
index 2ee344a9ef..8d1354136a 100644
--- a/tests/auto/qml/qjsvalue/tst_qjsvalue.cpp
+++ b/tests/auto/qml/qjsvalue/tst_qjsvalue.cpp
@@ -1783,7 +1783,6 @@ void tst_QJSValue::call_twoEngines()
QJSEngine otherEngine;
QJSValue fun = otherEngine.evaluate("(function() { return 1; })");
QVERIFY(fun.isCallable());
- QTest::ignoreMessage(QtWarningMsg, "JSValue can't be rassigned to an another engine.");
QTest::ignoreMessage(QtWarningMsg, "QJSValue::call() failed: "
"cannot call function with thisObject created in "
"a different engine");