QmlDesigner: Unify names of auto tests

This commit is contained in:
Kai Koehne
2010-04-12 15:13:26 +02:00
parent 68654724bb
commit 7796db0f08
2 changed files with 2 additions and 2 deletions

View File

@@ -4903,7 +4903,7 @@ void TestCore::testModelBindings()
QCOMPARE(childInstance.size().width(), 200.0);
}
void TestCore::testDynamicProperties()
void TestCore::testModelDynamicProperties()
{
QScopedPointer<Model> model(Model::create("Qt/Item", 4, 6));
QVERIFY(model.data());

View File

@@ -59,7 +59,7 @@ private slots:
void testModelAddAndRemoveProperty();
void testModelSliding();
void testModelBindings();
void testDynamicProperties();
void testModelDynamicProperties();
void testModelDefaultProperties();
void testModelBasicOperations();
void testModelResolveIds();