diff options
author | vincentdarley <vincentdarley> | 2003-05-30 11:02:59 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-05-30 11:02:59 (GMT) |
commit | 24839c15c8135eabb6a5677b921fe2d0c10133a2 (patch) | |
tree | 5bcdc3e30cddc5248bcf66ead0d432266088c277 /tests | |
parent | 832f9729ac21786cdadcc61ddbde382febc5def9 (diff) | |
download | tk-24839c15c8135eabb6a5677b921fe2d0c10133a2.zip tk-24839c15c8135eabb6a5677b921fe2d0c10133a2.tar.gz tk-24839c15c8135eabb6a5677b921fe2d0c10133a2.tar.bz2 |
fix to menu clone deletion bug
Diffstat (limited to 'tests')
-rw-r--r-- | tests/menu.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/menu.test b/tests/menu.test index 30d38dc..d5d93d0 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.14 2003/04/01 21:06:42 dgp Exp $ +# RCS: @(#) $Id: menu.test,v 1.15 2003/05/30 11:03:02 vincentdarley Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -2420,7 +2420,7 @@ 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} {knownBug} { +test menu-32.8 {Ensure all menu clone commands are deleted} { # SF bug #465324 catch {destroy .menubar} catch {destroy .menubar.test} |