aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp')
-rw-r--r--tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
index 2922b02643..f591a87dcb 100644
--- a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
+++ b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
@@ -1964,11 +1964,11 @@ void tst_qqmlecmascript::componentCreation_data()
<< "null";
QTest::newRow("invalidSecondArg")
<< "invalidSecondArg"
- << "" // We cannot catch this case as coercing a string to a number is valid in JavaScript
+ << ":40: TypeError: Invalid arguments; did you swap mode and parent"
<< "";
QTest::newRow("invalidThirdArg")
<< "invalidThirdArg"
- << ":45: TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."
+ << ":45: TypeError: Invalid arguments; did you swap mode and parent"
<< "";
QTest::newRow("invalidMode")
<< "invalidMode"