From fa0159762ce65c99907dbcb68d1c10e1a126468f Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 15 Jul 2009 10:08:42 +1000 Subject: Fix broken qmldom autotests --- tests/auto/declarative/qmldom/MyComponent.qml | 2 ++ tests/auto/declarative/qmldom/top.qml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 tests/auto/declarative/qmldom/MyComponent.qml create mode 100644 tests/auto/declarative/qmldom/top.qml 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 +} -- cgit v0.12