aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml b/tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml
deleted file mode 100644
index 63817f6f2a..0000000000
--- a/tests/auto/qtquick1/qdeclarativetext/data/lineCount.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import QtQuick 1.1
-
-Item {
- width: 200
- height: 200
-
- Text {
- id: myText
- objectName: "myText"
- width: 200
- wrapMode: Text.WordWrap
- maximumLineCount: undefined
- text: "Testing that maximumLines, visibleLines, and totalLines works properly in the autotests. The quick brown fox jumped over the lazy anything with the letter 'g'."
- }
-}