summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-24 04:40:09 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-24 05:07:24 (GMT)
commit42e493f397436607d219edfc76a2e04fbb8c2a18 (patch)
tree314ff2c4f900e65d9335ad9493a40273c950d3a7 /tests/auto
parent274f5d95393aa6db857921675e306ea77d974ab4 (diff)
downloadQt-42e493f397436607d219edfc76a2e04fbb8c2a18.zip
Qt-42e493f397436607d219edfc76a2e04fbb8c2a18.tar.gz
Qt-42e493f397436607d219edfc76a2e04fbb8c2a18.tar.bz2
Fix declarative failing auto-test, missing rename of the test file
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/declarativeToString.qml (renamed from tests/auto/declarative/qdeclarativeecmascript/data/qdeclarativeToString.qml)0
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/qdeclarativeToString.qml b/tests/auto/declarative/qdeclarativeecmascript/data/declarativeToString.qml
index ac296ce..ac296ce 100644
--- a/tests/auto/declarative/qdeclarativeecmascript/data/qdeclarativeToString.qml
+++ b/tests/auto/declarative/qdeclarativeecmascript/data/declarativeToString.qml
diff --git a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
index 0c8dcb5..bbdb5cd 100644
--- a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
+++ b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
@@ -870,7 +870,7 @@ void tst_qmlecmascript::dynamicDestruction()
*/
void tst_qmlecmascript::objectToString()
{
- QDeclarativeComponent component(&engine, TEST_FILE("qmlToString.qml"));
+ QDeclarativeComponent component(&engine, TEST_FILE("declarativeToString.qml"));
MyQmlObject *object = qobject_cast<MyQmlObject*>(component.create());
QVERIFY(object != 0);
QMetaObject::invokeMethod(object, "testToString");