aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml
deleted file mode 100644
index 0370a73b57..0000000000
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/elide2.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 1.0
-import "../../shared" 1.0
-
-Rectangle {
- width: 500
- height: 100
-
- TestText {
- NumberAnimation on width { from: 500; to: 0; loops: Animation.Infinite; duration: 5000 }
- elide: Text.ElideRight
- text: 'Here is some very long text that we should truncate when sizing window'
- }
-}