summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-09-24 03:56:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-09-24 03:56:43 (GMT)
commit5536a86fdfc8e68c8541c0a9bb8fc20ccae3877f (patch)
tree5dcf13a6f03c64902aa3c657f368300941964834 /tests/auto/declarative/qdeclarativelanguage/data
parentbbf8b8ee6cb202acc654b7a8aa85cb6c63460842 (diff)
downloadQt-5536a86fdfc8e68c8541c0a9bb8fc20ccae3877f.zip
Qt-5536a86fdfc8e68c8541c0a9bb8fc20ccae3877f.tar.gz
Qt-5536a86fdfc8e68c8541c0a9bb8fc20ccae3877f.tar.bz2
More declarative autotests.
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/notAvailable.errors.txt1
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/notAvailable.qml4
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.errors.txt b/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.errors.txt
new file mode 100644
index 0000000..af95a53
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.errors.txt
@@ -0,0 +1 @@
+3:1:UnavailableType is unavailable for testing
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.qml b/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.qml
new file mode 100644
index 0000000..7c3c7ee
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelanguage/data/notAvailable.qml
@@ -0,0 +1,4 @@
+import Test 1.0
+
+UnavailableType {
+}