summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-10-31 09:53:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 19:27:24 +0100
commit3bcab45508a14daab18d810114ff2bd0ed32b943 (patch)
tree632bc243d70500f7e76afb93d3ed64fbe570198f /tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
parent52d8b58c05aa234848c94758d6beddc0a793e6b4 (diff)
tests: replace nokia with qtproject in tst_qdeclarativemoduleplugin
Change-Id: Ia531065e3069aa010f99f91a8c8228788b3f0848 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp b/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
index ed32add8..1c0faf88 100644
--- a/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
+++ b/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
@@ -65,7 +65,7 @@ public:
void registerTypes(const char *uri)
{
- Q_ASSERT(QLatin1String(uri) == "com.nokia.AutoTestQmlMixedPluginType");
+ Q_ASSERT(QLatin1String(uri) == "org.qtproject.AutoTestQmlMixedPluginType");
qmlRegisterType<BarPluginType>(uri, 1, 0, "Bar");
}
};