diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp index dc2193224896aafc5a76f57e2e504b66bba92746..2716ca01a78014d5444242ba37ebb305afbbcd74 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp @@ -4720,7 +4720,7 @@ void tst_TestCore::testInstancesNotInScene() node1.destroy(); } -void TestCore::testInstancesBindingsInStatesStress() +void tst_TestCore::testInstancesBindingsInStatesStress() { //This is a stress test to provoke a crash for (int j=0;j<20;j++) { @@ -4823,7 +4823,7 @@ void TestCore::testInstancesBindingsInStatesStress() } } -void TestCore::testQmlModelStatesInvalidForRemovedNodes() +void tst_TestCore::testQmlModelStatesInvalidForRemovedNodes() { QScopedPointer<Model> model(Model::create("Qt/Rectangle", 4, 7)); QVERIFY(model.data()); diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h index 6ed6091e189a23678e8ebe9de31a0a0a59f1a527..3efacec9688a7c06ffc1ceb16ec9c11f26d7fe96 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h @@ -149,7 +149,7 @@ private slots: void testInstancesStates(); void testInstancesIdResolution(); void testInstancesNotInScene(); - void testInstancesBindingsInStates(); + void testInstancesBindingsInStatesStress(); // // integration tests