summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmlmetaproperty
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-01-14 02:27:18 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-01-14 02:52:09 (GMT)
commit8e9ec9b982808feb3608e3f9b4d4caf13b65428c (patch)
tree617bd39b837ce63aec6110b53b76724f30b853b9 /tests/benchmarks/declarative/qmlmetaproperty
parent0c0afc25be3267dddddc63f0cf17c1fba4d5e69d (diff)
downloadQt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.zip
Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.gz
Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.bz2
Benchmark cleanup.
Diffstat (limited to 'tests/benchmarks/declarative/qmlmetaproperty')
-rw-r--r--tests/benchmarks/declarative/qmlmetaproperty/data/object.qml (renamed from tests/benchmarks/declarative/qmlmetaproperty/object.txt)0
-rw-r--r--tests/benchmarks/declarative/qmlmetaproperty/data/synthesized_object.qml (renamed from tests/benchmarks/declarative/qmlmetaproperty/synthesized_object.txt)0
-rw-r--r--tests/benchmarks/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp4
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/declarative/qmlmetaproperty/object.txt b/tests/benchmarks/declarative/qmlmetaproperty/data/object.qml
index 11b95e1..11b95e1 100644
--- a/tests/benchmarks/declarative/qmlmetaproperty/object.txt
+++ b/tests/benchmarks/declarative/qmlmetaproperty/data/object.qml
diff --git a/tests/benchmarks/declarative/qmlmetaproperty/synthesized_object.txt b/tests/benchmarks/declarative/qmlmetaproperty/data/synthesized_object.qml
index a923a0a..a923a0a 100644
--- a/tests/benchmarks/declarative/qmlmetaproperty/synthesized_object.txt
+++ b/tests/benchmarks/declarative/qmlmetaproperty/data/synthesized_object.qml
diff --git a/tests/benchmarks/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp b/tests/benchmarks/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
index 3a3dc7a..8d0e549 100644
--- a/tests/benchmarks/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
+++ b/tests/benchmarks/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
@@ -89,8 +89,8 @@ void tst_qmlmetaproperty::lookup_data()
{
QTest::addColumn<QString>("file");
- QTest::newRow("Simple Object") << "object.txt";
- QTest::newRow("Synthesized Object") << "synthesized_object.txt";
+ QTest::newRow("Simple Object") << "data/object.qml";
+ QTest::newRow("Synthesized Object") << "data/synthesized_object.qml";
}
void tst_qmlmetaproperty::lookup()