summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-07-15 13:59:05 (GMT)
committervincentdarley <vincentdarley>2003-07-15 13:59:05 (GMT)
commit809c5a269834bf1dc30edbba8d1d813dfd56f08d (patch)
treefc758135ae55e7de4390f758cfc9f85b9fe64560 /tests/menu.test
parentc23f527d3060e379f4dc461df50d4181fadea10a (diff)
downloadtk-809c5a269834bf1dc30edbba8d1d813dfd56f08d.zip
tk-809c5a269834bf1dc30edbba8d1d813dfd56f08d.tar.gz
tk-809c5a269834bf1dc30edbba8d1d813dfd56f08d.tar.bz2
menu clone cleanup bug fix
Diffstat (limited to 'tests/menu.test')
-rw-r--r--tests/menu.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/menu.test b/tests/menu.test
index a9652bf..ed60a38 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.13 2002/07/14 05:48:46 dgp Exp $
+# RCS: @(#) $Id: menu.test,v 1.13.2.1 2003/07/15 13:59:06 vincentdarley Exp $
package require tcltest 2.1
namespace import -force tcltest::configure
@@ -2423,7 +2423,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}