forked from qt-creator/qt-creator
QmlDesigner: Unify names of auto tests
This commit is contained in:
@@ -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());
|
||||
|
@@ -59,7 +59,7 @@ private slots:
|
||||
void testModelAddAndRemoveProperty();
|
||||
void testModelSliding();
|
||||
void testModelBindings();
|
||||
void testDynamicProperties();
|
||||
void testModelDynamicProperties();
|
||||
void testModelDefaultProperties();
|
||||
void testModelBasicOperations();
|
||||
void testModelResolveIds();
|
||||
|
Reference in New Issue
Block a user