Skip to content
Snippets Groups Projects
Commit 99cbb2f8 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Cleaning up coretests

Removing tests that have been Skipped forever, and enabling others
again.
parent 7796db0f
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -48,11 +48,10 @@ private slots: ...@@ -48,11 +48,10 @@ private slots:
// //
// unit tests Model, ModelNode, NodeProperty, AbstractView // unit tests Model, ModelNode, NodeProperty, AbstractView
// //
void testModelViewNotification();
void testModelCreateSubNode();
void testModelCreateCoreModel(); void testModelCreateCoreModel();
void testModelCreateInvalidSubNode();
void testModelCreateRect(); void testModelCreateRect();
void testModelViewNotification();
void testModelCreateSubNode();
void testModelRemoveNode(); void testModelRemoveNode();
void testModelRootNode(); void testModelRootNode();
void testModelReorderSiblings(); void testModelReorderSiblings();
...@@ -173,20 +172,10 @@ private slots: ...@@ -173,20 +172,10 @@ private slots:
void saveAttributesInCoreModel(); void saveAttributesInCoreModel();
void loadSubItems(); void loadSubItems();
void attributeChangeSynchronizer();
void attributeAdditionSynchronizer();
void attributeRemovalSynchronizer();
void childAddedSynchronizer();
void childRemovedSynchronizer();
void childReplacedSynchronizer();
void createInvalidCoreModel(); void createInvalidCoreModel();
void loadQml(); void loadQml();
void subItemMetaInfo();
void defaultPropertyValues(); void defaultPropertyValues();
...@@ -196,43 +185,19 @@ private slots: ...@@ -196,43 +185,19 @@ private slots:
void loadAnchors(); void loadAnchors();
void changeAnchors(); void changeAnchors();
void anchorToSibling(); void anchorToSibling();
void anchorsAndStates();
void removeFillAnchorByDetaching(); void removeFillAnchorByDetaching();
void removeFillAnchorByChanging(); void removeFillAnchorByChanging();
void removeCenteredInAnchorByDetaching(); void removeCenteredInAnchorByDetaching();
void sideIndex();
// Property bindings: // Property bindings:
void loadPropertyBinding();
void changePropertyBinding(); void changePropertyBinding();
void loadObjectPropertyBinding();
// Bigger tests: // Bigger tests:
void loadWelcomeScreen();
void loadTestFiles(); void loadTestFiles();
// Object bindings as properties: // Object bindings as properties:
void loadGradient(); void loadGradient();
void changeGradientId(); void changeGradientId();
// Copy & Paste:
void copyAndPasteInSingleModel();
void copyAndPasteBetweenModels();
// Editing inline Components
void changeSubModel();
void changeInlineComponent();
// Testing imports
void changeImports();
void testIfChangePropertyIsRemoved();
void testAnchorsAndStates();
// Testing states
void testStatesWithAnonymousTargets();
}; };
#endif // TESTCORE_H #endif // TESTCORE_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment