aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml b/tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml
deleted file mode 100644
index 95902bb687..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextinput/data/maxLength.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-TextInput{
- focus: true
- objectName: "myInput"
- maximumLength: 10
-}