summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2012-09-19 13:28:04 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-09-19 16:31:29 +0200
commit4cc46ef90442c6bf3f6384e8f0d8202afa2f9fdc (patch)
tree6c89191e2e636ed8e0f7cf269be6b7861422fa9f /tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
parent55b7759a93d040f7658ba24899bf92d46051ff04 (diff)
downloadqt-creator-4cc46ef90442c6bf3f6384e8f0d8202afa2f9fdc.tar.gz
Tests.QmlDesigner: fix testSubComponentManager()
Types names changed. Change-Id: Ide7cc23289ab490ff272ca99ee048ccc6c99d335 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index 1946e55dec..d93d78bf5e 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
@@ -3521,7 +3521,7 @@ void tst_TestCore::testSubComponentManager()
QVERIFY(model->metaInfo("QtQuick.Rectangle").propertyNames().contains("border.width"));
- QVERIFY(model->metaInfo("QtQuick.Pen").isValid());
+ QVERIFY(model->metaInfo("<cpp>.QDeclarative1Pen").isValid());
NodeMetaInfo myButtonMetaInfo = model->metaInfo("MyButton");
QVERIFY(myButtonMetaInfo.isValid());
QVERIFY(myButtonMetaInfo.propertyNames().contains("border.width"));