diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-24 12:46:30 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-24 12:46:30 (GMT) |
commit | 91a43921223f44127ee40296f2ca27825b935710 (patch) | |
tree | b3154ff02a14bdcca8aa32c92416b100af69e886 /tests/textDisp.test | |
parent | 72754477d458ee1a408b36a9517229822e7bcd9d (diff) | |
download | tk-91a43921223f44127ee40296f2ca27825b935710.zip tk-91a43921223f44127ee40296f2ca27825b935710.tar.gz tk-91a43921223f44127ee40296f2ca27825b935710.tar.bz2 |
Missed one!
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r-- | tests/textDisp.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test index 3ab4503..2e94e2f 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textDisp.test,v 1.28 2004/06/24 12:45:44 dkf Exp $ +# RCS: @(#) $Id: textDisp.test,v 1.29 2004/06/24 12:46:30 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -3572,7 +3572,7 @@ test textDisp-33.4 {one line longer than fits in the widget} { set result } {ok} destroy .tt -test textDisp-33.5 {bold or italic fonts} {pc} { +test textDisp-33.5 {bold or italic fonts} win { destroy .tt pack [text .tt -wrap char -font {{MS Sans Serif} 15}] font create no -family [lindex [.tt cget -font] 0] -size 24 |