diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-13 05:22:05 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-13 05:22:05 (GMT) |
commit | 423ccd84379a6d8af647f76ed4bddac767230f17 (patch) | |
tree | b618c6bfc983bb1e99e61f56aad28ebe5441b978 /tests/auto/declarative/qmllanguage | |
parent | 2c36d7c63fc88b1f06582884fd3ea0b26534a2cd (diff) | |
download | Qt-423ccd84379a6d8af647f76ed4bddac767230f17.zip Qt-423ccd84379a6d8af647f76ed4bddac767230f17.tar.gz Qt-423ccd84379a6d8af647f76ed4bddac767230f17.tar.bz2 |
Library importing requires a version. Fix and test.
Diffstat (limited to 'tests/auto/declarative/qmllanguage')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.errors.txt | 2 | ||||
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/importVersionMissingInstalled.errors.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.errors.txt b/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.errors.txt index 2235cbc..c7d880e 100644 --- a/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.errors.txt +++ b/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.errors.txt @@ -1 +1 @@ -SHOULD GIVE AN ERROR ABOUT MISSING VERSION +1:16:Library import requires a version diff --git a/tests/auto/declarative/qmllanguage/data/importVersionMissingInstalled.errors.txt b/tests/auto/declarative/qmllanguage/data/importVersionMissingInstalled.errors.txt index 2235cbc..89e58ee 100644 --- a/tests/auto/declarative/qmllanguage/data/importVersionMissingInstalled.errors.txt +++ b/tests/auto/declarative/qmllanguage/data/importVersionMissingInstalled.errors.txt @@ -1 +1 @@ -SHOULD GIVE AN ERROR ABOUT MISSING VERSION +1:35:Library import requires a version |