From cdb69f7f6fd5804645795d4ca721d0197a27a997 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Wed, 19 May 2010 16:28:38 +0200 Subject: [PATCH] QuickDesigner: Move metainfo tests in front of model tests The model depends on valid metainfo information. --- .../auto/qml/qmldesigner/coretests/testcore.h | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.h b/tests/auto/qml/qmldesigner/coretests/testcore.h index c72bf3d9eb..5ff29f3333 100644 --- a/tests/auto/qml/qmldesigner/coretests/testcore.h +++ b/tests/auto/qml/qmldesigner/coretests/testcore.h @@ -45,6 +45,20 @@ private slots: void initTestCase(); void cleanupTestCase(); + // + // unit tests MetaInfo, NodeMetaInfo, PropertyMetaInfo + // + void testMetaInfo(); + void testMetaInfoSimpleType(); + void testMetaInfoUncreatableType(); + void testMetaInfoExtendedType(); + void testMetaInfoInterface(); + void testMetaInfoCustomType(); + void testMetaInfoEnums(); + void testMetaInfoProperties(); + void testMetaInfoDotProperties(); + void testMetaInfoListProperties(); + // // unit tests Model, ModelNode, NodeProperty, AbstractView // @@ -67,20 +81,6 @@ private slots: void testModelNodeInHierarchy(); void testModelNodeIsAncestorOf(); - // - // unit tests MetaInfo, NodeMetaInfo, PropertyMetaInfo - // - void testMetaInfo(); - void testMetaInfoSimpleType(); - void testMetaInfoUncreatableType(); - void testMetaInfoExtendedType(); - void testMetaInfoInterface(); - void testMetaInfoCustomType(); - void testMetaInfoEnums(); - void testMetaInfoProperties(); - void testMetaInfoDotProperties(); - void testMetaInfoListProperties(); - // // unit tests Rewriter // -- GitLab