aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktext/data/multilineelide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquicktext/data/multilineelide.qml')
-rw-r--r--tests/auto/qtquick2/qquicktext/data/multilineelide.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtquick2/qquicktext/data/multilineelide.qml b/tests/auto/qtquick2/qquicktext/data/multilineelide.qml
index 23398a84a1..f3bb65775b 100644
--- a/tests/auto/qtquick2/qquicktext/data/multilineelide.qml
+++ b/tests/auto/qtquick2/qquicktext/data/multilineelide.qml
@@ -5,6 +5,6 @@ Text {
wrapMode: Text.WordWrap
elide: Text.ElideRight
maximumLineCount: 3
- text: "the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog"
+ text: "the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog"
}