summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-03-31 06:22:04 (GMT)
committerAndrew den Exter <andrew.den-exter@nokia.com>2011-03-31 06:22:57 (GMT)
commit8d9e7bbc1a4efb5b883f66f41c31f9165ef48117 (patch)
treee3e23e51a9d881f19acf9258dcc663602754f3dc /tests
parentaf05f64d3edc860c3cf79c7f0bdf2377faae5f40 (diff)
downloadQt-8d9e7bbc1a4efb5b883f66f41c31f9165ef48117.zip
Qt-8d9e7bbc1a4efb5b883f66f41c31f9165ef48117.tar.gz
Qt-8d9e7bbc1a4efb5b883f66f41c31f9165ef48117.tar.bz2
Fix auto test failure.
Add test file ommited from b94176e69efc3948696c6774d5a228fc753b5b29. Change-Id: Ia5436974a4941f50c8f1636196372e5b8a90be5f
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/data/CursorRect.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/data/CursorRect.qml b/tests/auto/declarative/qdeclarativetextedit/data/CursorRect.qml
new file mode 100644
index 0000000..3af0313
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativetextedit/data/CursorRect.qml
@@ -0,0 +1,8 @@
+import QtQuick 1.0
+
+TextEdit {
+ focus: true
+ objectName: "myEdit"
+ width: 50
+ text: "This is a long piece of text"
+}