diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-07-02 01:57:58 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-07-02 01:57:58 (GMT) |
commit | 00dedffa8ad1fdec14e9e0a9184f49343c42c846 (patch) | |
tree | a5afed25c0d996e387809d5b409c3025256976f8 /tests/auto/declarative/qdeclarativelanguage/data/importFile.qml | |
parent | 092e530f2cd5357774c0bc7d09b453250be3fa74 (diff) | |
download | Qt-00dedffa8ad1fdec14e9e0a9184f49343c42c846.zip Qt-00dedffa8ad1fdec14e9e0a9184f49343c42c846.tar.gz Qt-00dedffa8ad1fdec14e9e0a9184f49343c42c846.tar.bz2 |
Don't accept *files* that exist when *directory* is required.
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/importFile.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/importFile.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/importFile.qml b/tests/auto/declarative/qdeclarativelanguage/data/importFile.qml new file mode 100644 index 0000000..a0d8410 --- /dev/null +++ b/tests/auto/declarative/qdeclarativelanguage/data/importFile.qml @@ -0,0 +1,3 @@ +import "MyComponent.qml" 1.0 + +MyComponent { text: "Hello" } |