diff options
author | tmh <tmh> | 2001-05-21 14:07:32 (GMT) |
---|---|---|
committer | tmh <tmh> | 2001-05-21 14:07:32 (GMT) |
commit | 29e6415ec425f744f1595e852af0c922a09258bb (patch) | |
tree | 20838e3aece8170aafef73f9007c1064480550df /tests | |
parent | 234f863650b0b7804c98c2994e07e9ef354b0e92 (diff) | |
download | tk-29e6415ec425f744f1595e852af0c922a09258bb.zip tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.gz tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.bz2 |
implement TIP11, -compound option for menubutton widget
Diffstat (limited to 'tests')
-rw-r--r-- | tests/menubut.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/menubut.test b/tests/menubut.test index 619f9e9..e1042b1 100644 --- a/tests/menubut.test +++ b/tests/menubut.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: menubut.test,v 1.5 1999/04/21 21:53:29 rjohnson Exp $ +# RCS: @(#) $Id: menubut.test,v 1.6 2001/05/21 14:07:33 tmh Exp $ # XXX This test file is woefully incomplete right now. If any part # XXX of a procedure has tests then the whole procedure has tests, @@ -138,7 +138,7 @@ test menubutton-3.6 {ButtonWidgetCmd procedure, "cget" option} { } {3} test menubutton-3.7 {ButtonWidgetCmd procedure, "configure" option} { llength [.mb configure] -} {32} +} {33} test menubutton-3.8 {ButtonWidgetCmd procedure, "configure" option} { list [catch {.mb configure -gorp} msg] $msg } {1 {unknown option "-gorp"}} |