summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2014-12-03 20:29:56 (GMT)
committerfvogelnew1@free.fr <fvogel>2014-12-03 20:29:56 (GMT)
commit0483107e1f61fab7a49ad03588593cec5c2fd025 (patch)
treeb0f75b0000a0bf74df6b4b04c1754441e01217fa /tests
parent0cc7f454904802f51edc91f102e0b57ea5129199 (diff)
downloadtk-0483107e1f61fab7a49ad03588593cec5c2fd025.zip
tk-0483107e1f61fab7a49ad03588593cec5c2fd025.tar.gz
tk-0483107e1f61fab7a49ad03588593cec5c2fd025.tar.bz2
Make textDisp-9.6 pass on Linux as well (reduce font-dependance and sensitivity to toplevel window geometry)
Diffstat (limited to 'tests')
-rw-r--r--tests/textDisp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index b04b2ce..5c0aace 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -1203,7 +1203,7 @@ test textDisp-9.5 {TkTextRedrawTag} {
test textDisp-9.6 {TkTextRedrawTag} {
.t configure -wrap char
.t delete 1.0 end
- .t insert 1.0 "Line 1\nLine 2 is long enough to wrap\nLine 3 is also long enough to wrap\nLine 4"
+ .t insert 1.0 "Line 1\nLine 2 is long enough to wrap\nLine 3 is also long enough to wrap"
update
.t tag add big 2.2 3.5
update