summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qaxscript/tst_qaxscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qaxscript/tst_qaxscript.cpp b/tests/auto/qaxscript/tst_qaxscript.cpp
index 3ba4d7f..3b3ab88 100644
--- a/tests/auto/qaxscript/tst_qaxscript.cpp
+++ b/tests/auto/qaxscript/tst_qaxscript.cpp
@@ -49,7 +49,7 @@ void tst_QAxScript::scriptReturnValue()
QAxScript *script = scriptManager.load(QLatin1String(scriptCode),
QStringLiteral("Test"),
QStringLiteral("JScript"));
- QVERIFY2(script, "Unable to load script (CoInitialize() called?)");
+ QVERIFY2(script, "Unable to load script (CoInitializeEx() called?)");
const QVariant result = script->call("foo()");
QCOMPARE(result, QVariant(QStringLiteral("test")));
}