aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-21 16:15:09 +0200
committerLars Knoll <lars.knoll@digia.com>2013-06-21 19:55:37 +0200
commit287c61d9e7cbdec1551f978beed79192759d3081 (patch)
treefedd64d297af3c347e59e3ac0b4dd0235be0e4cb /tests/auto/qml/qqmlmoduleplugin
parentf847e4588fa67e63623c8e824aa53de6e54dcf04 (diff)
Fix qqmlmoduleplugin
Adjust the expected error message after commit 227f7ed60cfb34f7c3d91b27b07ddc5bbd1a2922 Change-Id: I328072dfb0151d6cd9b8452d8d3f9a306a132203 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
index b2f860455e..f4a7bcdb48 100644
--- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
+++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
@@ -535,7 +535,7 @@ void tst_qqmlmoduleplugin::importStrictModule_data()
<< "import com.nokia.InvalidFirstCommandModule 1.0\n"
"MyPluginType {}"
<< QString()
- << ":1:1: module identifier directive must be the first command in a qmldir file";
+ << ":1:1: module identifier directive must be the first directive in a qmldir file";
}
QTEST_MAIN(tst_qqmlmoduleplugin)