diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
commit | 4606013ae72ab727c06106139dbe827a62da96a4 (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/winFont.test | |
parent | 9526073e803f6effda9cd06a460fd212aed9a9f4 (diff) | |
download | tk-4606013ae72ab727c06106139dbe827a62da96a4.zip tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.gz tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.bz2 |
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/winFont.test')
-rw-r--r-- | tests/winFont.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/winFont.test b/tests/winFont.test index eec223e..82d0c36 100644 --- a/tests/winFont.test +++ b/tests/winFont.test @@ -10,7 +10,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winFont.test,v 1.10 2004/06/24 12:45:44 dkf Exp $ +# RCS: @(#) $Id: winFont.test,v 1.11 2004/12/04 00:04:43 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -145,7 +145,7 @@ test winfont-5.10 {Tk_MeasureChars procedure: make first part of word fit} win { .b.l config -wrap [expr $ax*12] -text "0000000000000000" getsize } "[expr $ax*12] [expr $ay*2]" -test winfont-5.10 {Tk_MeasureChars procedure: check for kerning} \ +test winfont-5.11 {Tk_MeasureChars procedure: check for kerning} \ {win nonPortable} { set font [.b.l cget -font] .b.l config -font {{MS Sans Serif} 8} -text "W" @@ -155,6 +155,7 @@ test winfont-5.10 {Tk_MeasureChars procedure: check for kerning} \ .b.l config -font $font expr $x < ($width*10) } 1 + test winfont-6.1 {Tk_DrawChars procedure: loop test} win { .b.l config -text "a" update |