diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-19 01:50:55 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-19 01:50:55 (GMT) |
commit | 4f3f840520cb33913bd52618230e51231595a31e (patch) | |
tree | 7f4e8a210b94aa6164ded800233848215321b797 /tests | |
parent | 42291f03e1a6083dd3459224226a90717299f26e (diff) | |
download | Qt-4f3f840520cb33913bd52618230e51231595a31e.zip Qt-4f3f840520cb33913bd52618230e51231595a31e.tar.gz Qt-4f3f840520cb33913bd52618230e51231595a31e.tar.bz2 |
Update with new, more detailed error messages.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qmlparser/readOnly.1.errors.txt | 2 | ||||
-rw-r--r-- | tests/auto/declarative/qmlparser/readOnly.2.errors.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlparser/readOnly.1.errors.txt b/tests/auto/declarative/qmlparser/readOnly.1.errors.txt index 97219af..b8c3404 100644 --- a/tests/auto/declarative/qmlparser/readOnly.1.errors.txt +++ b/tests/auto/declarative/qmlparser/readOnly.1.errors.txt @@ -1 +1 @@ -3:21:Invalid property assignment: read-only property +3:21:Invalid property assignment: "readOnlyString" is a read-only property diff --git a/tests/auto/declarative/qmlparser/readOnly.2.errors.txt b/tests/auto/declarative/qmlparser/readOnly.2.errors.txt index 471505c..d857a04 100644 --- a/tests/auto/declarative/qmlparser/readOnly.2.errors.txt +++ b/tests/auto/declarative/qmlparser/readOnly.2.errors.txt @@ -1 +1 @@ -3:5:Invalid property assignment: read-only property +3:5:Invalid property assignment: "readOnlyString" is a read-only property |