diff options
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test index cb06512..b31bf5a 100644 --- a/tests/font.test +++ b/tests/font.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: font.test,v 1.17 2007/12/13 15:27:54 dgp Exp $ +# RCS: @(#) $Id: font.test,v 1.18 2008/07/23 23:24:25 nijtmans Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -153,7 +153,7 @@ test font-4.11 {font command: bad option} { test font-5.1 {font command: configure} { # (objc < 3) list [catch {font configure} msg] $msg -} {1 {wrong # args: should be "font configure fontname ?options?"}} +} {1 {wrong # args: should be "font configure fontname ?-option value ...?"}} test font-5.2 {font command: configure: non-existent font} { # (namedHashPtr == NULL) list [catch {font configure xyz} msg] $msg |