From 742c49aebfba7c391c31c1d38d71bbb23a86cd38 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Tue, 7 Sep 2010 14:29:16 +0200
Subject: [PATCH] QmlDesigner.test: fix

---
 tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp | 4 ++--
 tests/auto/qml/qmldesigner/coretests/tst_testcore.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index dc219322489..2716ca01a78 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 6ed6091e189..3efacec9688 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
-- 
GitLab