diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-23 13:59:40 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-23 13:59:40 (GMT) |
commit | d1cd6dbdfa789aff7ff48e5d155cc8cba7abbeb8 (patch) | |
tree | 46a3064598e4a36c7ca561f9c08f5d22de4b2b9e /tests/font.test | |
parent | 6c4410183fc1d8dd6ba26d2428abfd718850c246 (diff) | |
download | tk-d1cd6dbdfa789aff7ff48e5d155cc8cba7abbeb8.zip tk-d1cd6dbdfa789aff7ff48e5d155cc8cba7abbeb8.tar.gz tk-d1cd6dbdfa789aff7ff48e5d155cc8cba7abbeb8.tar.bz2 |
Much more cleaning up of result handling.
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index 3a2568c..dff9fc9 100644 --- a/tests/font.test +++ b/tests/font.test @@ -76,7 +76,7 @@ test font-2.1 {TkFontPkgFree} -setup { lappend x [foo eval {catch {font families} msg; set msg}] } -cleanup { interp delete foo -} -result {{named font "wiggles" doesn't exist} {can't invoke "font" command: application has been destroyed}} +} -result {{named font "wiggles" doesn't exist} {can't invoke "font" command: application has been destroyed}} test font-3.1 {font command: general} -body { |