diff options
author | hobbs <hobbs> | 2001-11-17 22:35:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-17 22:35:50 (GMT) |
commit | 8d9513343233733ed7901dd08168ad51e8560837 (patch) | |
tree | f0aeec326400a6688cdfcea7bdf4eeb3a6ebcad9 /tests/menu.test | |
parent | ae0485f8991ceffaa4616d14a578ef0c131c6294 (diff) | |
download | tk-8d9513343233733ed7901dd08168ad51e8560837.zip tk-8d9513343233733ed7901dd08168ad51e8560837.tar.gz tk-8d9513343233733ed7901dd08168ad51e8560837.tar.bz2 |
marked 32.8 a knownBug against SF bug #465324
Diffstat (limited to 'tests/menu.test')
-rw-r--r-- | tests/menu.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/menu.test b/tests/menu.test index 273b133..0699e7b 100644 --- a/tests/menu.test +++ b/tests/menu.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: menu.test,v 1.9 2001/10/12 13:30:31 tmh Exp $ +# RCS: @(#) $Id: menu.test,v 1.10 2001/11/17 22:35:50 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -2426,7 +2426,8 @@ test menu-32.7 {DeleteMenuCloneEntries - one entry} { .m1 add command -label Hello list [catch {.m1 delete Hello} msg] $msg [destroy .m1] } {0 {} {}} -test menu-32.8 {Ensure all menu clone commands are deleted} { +test menu-32.8 {Ensure all menu clone commands are deleted} {knownBug} { + # SF bug #465324 catch {destroy .menubar} catch {destroy .menubar.test} menu .menubar |