diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-02-24 00:31:30 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-02-24 00:31:30 (GMT) |
commit | 6bd74e08ea2d29086ad2a16fef8e9b02c5e5ae5d (patch) | |
tree | 87c1df83072a1b8aa25d07fc09f1161e39fb03ac /tests/auto/declarative/qmllanguage | |
parent | ad80aa026a4626d4c099a8842689ae203f5571e8 (diff) | |
download | Qt-6bd74e08ea2d29086ad2a16fef8e9b02c5e5ae5d.zip Qt-6bd74e08ea2d29086ad2a16fef8e9b02c5e5ae5d.tar.gz Qt-6bd74e08ea2d29086ad2a16fef8e9b02c5e5ae5d.tar.bz2 |
Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4
Diffstat (limited to 'tests/auto/declarative/qmllanguage')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/component.5.errors.txt b/tests/auto/declarative/qmllanguage/data/component.5.errors.txt index 5e88900..e3c2df7 100644 --- a/tests/auto/declarative/qmllanguage/data/component.5.errors.txt +++ b/tests/auto/declarative/qmllanguage/data/component.5.errors.txt @@ -1 +1 @@ -4:5:Invalid component specification +4:5:Component elements may not contain properties other than id diff --git a/tests/auto/declarative/qmllanguage/data/script.10.errors.txt b/tests/auto/declarative/qmllanguage/data/script.10.errors.txt index 8299d23..13f47d1 100644 --- a/tests/auto/declarative/qmllanguage/data/script.10.errors.txt +++ b/tests/auto/declarative/qmllanguage/data/script.10.errors.txt @@ -1 +1 @@ -6:9:Invalid component specification +6:9:Component elements may not contain script blocks diff --git a/tests/auto/declarative/qmllanguage/data/script.9.errors.txt b/tests/auto/declarative/qmllanguage/data/script.9.errors.txt index dc1eb53..41e8d46 100644 --- a/tests/auto/declarative/qmllanguage/data/script.9.errors.txt +++ b/tests/auto/declarative/qmllanguage/data/script.9.errors.txt @@ -1 +1 @@ -5:9:Invalid component specification +5:9:Component elements may not contain script blocks |