diff options
Diffstat (limited to 'tests/menuDraw.test')
-rw-r--r-- | tests/menuDraw.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/menuDraw.test b/tests/menuDraw.test index 291d2a2..212eacf 100644 --- a/tests/menuDraw.test +++ b/tests/menuDraw.test @@ -6,7 +6,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# SCCS: @(#) menuDraw.test 1.11 97/06/24 13:50:34 +# SCCS: @(#) menuDraw.test 1.15 97/12/23 08:58:07 if {[lsearch [image types] test] < 0} { puts "This application hasn't been compiled with the \"test\" image" @@ -118,7 +118,7 @@ test menuDraw-6.6 {TkMenuConfigureEntryDrawOptions - bad state} { menu .m1 .m1 add command -label "foo" list [catch {.m1 entryconfigure 1 -state foo} msg] $msg [destroy .m1] -} {1 {bad state value "foo": must be normal, active, or disabled} {}} +} {1 {bad state "foo": must be active, normal, or disabled} {}} test menuDraw-6.7 {TkMenuConfigureEntryDrawOptions - tkfont specified} { catch {destroy .m1} menu .m1 |