From 48e8644b148fbd6942a44e7492ba9fd7cde703c1 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Tue, 25 Aug 2009 17:50:36 +1000 Subject: Update. --- tests/auto/declarative/qmlparser/FailingComponent.qml | 5 +++++ tests/auto/declarative/qmlparser/failingComponent.qml | 5 ----- tests/auto/declarative/qmlparser/unregisteredObject.errors.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 tests/auto/declarative/qmlparser/FailingComponent.qml delete mode 100644 tests/auto/declarative/qmlparser/failingComponent.qml diff --git a/tests/auto/declarative/qmlparser/FailingComponent.qml b/tests/auto/declarative/qmlparser/FailingComponent.qml new file mode 100644 index 0000000..1c01e3d --- /dev/null +++ b/tests/auto/declarative/qmlparser/FailingComponent.qml @@ -0,0 +1,5 @@ +import Qt 4.6 + +Object { + a: 10 +} diff --git a/tests/auto/declarative/qmlparser/failingComponent.qml b/tests/auto/declarative/qmlparser/failingComponent.qml deleted file mode 100644 index 1c01e3d..0000000 --- a/tests/auto/declarative/qmlparser/failingComponent.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Qt 4.6 - -Object { - a: 10 -} diff --git a/tests/auto/declarative/qmlparser/unregisteredObject.errors.txt b/tests/auto/declarative/qmlparser/unregisteredObject.errors.txt index 11e4e16..bc4f7f4 100644 --- a/tests/auto/declarative/qmlparser/unregisteredObject.errors.txt +++ b/tests/auto/declarative/qmlparser/unregisteredObject.errors.txt @@ -1 +1 @@ --1:-1:Type UnregisteredObject unavailable +2:1:Type UnregisteredObject unavailable -- cgit v0.12