aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_951.qml
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-08-11 15:18:52 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:43 -0300
commita87d1142102d5bde730dd1186838227a9e003fc8 (patch)
tree2e5f53ebce05b5761f15dae3725d6e4ae11326c9 /tests/QtDeclarative/bug_951.qml
parent7942a9053d0dc0ebb7bc359b574fb97529985989 (diff)
Created unit test for bug #951.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtDeclarative/bug_951.qml')
-rw-r--r--tests/QtDeclarative/bug_951.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/QtDeclarative/bug_951.qml b/tests/QtDeclarative/bug_951.qml
new file mode 100644
index 000000000..dd0a560e7
--- /dev/null
+++ b/tests/QtDeclarative/bug_951.qml
@@ -0,0 +1,7 @@
+import Qt 4.7
+import my.item 1.0
+Rectangle{
+ width:10
+ height:10
+ MyItem{ }
+}