diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-24 12:46:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-24 12:46:30 (GMT) |
commit | 4108c25be244c15e88d8d4f81ed9d0b08f148d0d (patch) | |
tree | b3154ff02a14bdcca8aa32c92416b100af69e886 /tests | |
parent | 6d8d372b5f9573bf9ad3f6d27771ccc8a424c868 (diff) | |
download | tk-4108c25be244c15e88d8d4f81ed9d0b08f148d0d.zip tk-4108c25be244c15e88d8d4f81ed9d0b08f148d0d.tar.gz tk-4108c25be244c15e88d8d4f81ed9d0b08f148d0d.tar.bz2 |
Missed one!
Diffstat (limited to 'tests')
-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 |