summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldom
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-07-15 00:08:42 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-07-15 02:02:32 (GMT)
commitfa0159762ce65c99907dbcb68d1c10e1a126468f (patch)
tree3bfce74741ffbe663fe90cdd11130f7843e3016f /tests/auto/declarative/qmldom
parent71460fdffd7ef430a4751dfa61c02c5ab4765854 (diff)
downloadQt-fa0159762ce65c99907dbcb68d1c10e1a126468f.zip
Qt-fa0159762ce65c99907dbcb68d1c10e1a126468f.tar.gz
Qt-fa0159762ce65c99907dbcb68d1c10e1a126468f.tar.bz2
Fix broken qmldom autotests
Diffstat (limited to 'tests/auto/declarative/qmldom')
-rw-r--r--tests/auto/declarative/qmldom/MyComponent.qml2
-rw-r--r--tests/auto/declarative/qmldom/top.qml4
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmldom/MyComponent.qml b/tests/auto/declarative/qmldom/MyComponent.qml
new file mode 100644
index 0000000..0940753
--- /dev/null
+++ b/tests/auto/declarative/qmldom/MyComponent.qml
@@ -0,0 +1,2 @@
+Item {
+}
diff --git a/tests/auto/declarative/qmldom/top.qml b/tests/auto/declarative/qmldom/top.qml
new file mode 100644
index 0000000..142d4c8
--- /dev/null
+++ b/tests/auto/declarative/qmldom/top.qml
@@ -0,0 +1,4 @@
+MyComponent {
+ width: 100
+ height: 100
+}