Fix qqmlmoduleplugin
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 21 Jun 2013 14:15:09 +0000 (16:15 +0200)
committerLars Knoll <lars.knoll@digia.com>
Fri, 21 Jun 2013 17:55:37 +0000 (19:55 +0200)
Adjust the expected error message after commit 227f7ed60cfb34f7c3d91b27b07ddc5bbd1a2922

Change-Id: I328072dfb0151d6cd9b8452d8d3f9a306a132203
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp

index b2f8604..f4a7bcd 100644 (file)
@@ -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)