summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-07-15 13:59:05 (GMT)
committervincentdarley <vincentdarley>2003-07-15 13:59:05 (GMT)
commitcf674a12f64d3693b58cab2f07a7b13d6863b1b8 (patch)
treefc758135ae55e7de4390f758cfc9f85b9fe64560 /tests
parent3b265abb044d73300e4a5c5d5c187a4c8e83fdd9 (diff)
downloadtk-cf674a12f64d3693b58cab2f07a7b13d6863b1b8.zip
tk-cf674a12f64d3693b58cab2f07a7b13d6863b1b8.tar.gz
tk-cf674a12f64d3693b58cab2f07a7b13d6863b1b8.tar.bz2
menu clone cleanup bug fix
Diffstat (limited to 'tests')
-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}