summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-03-28 17:27:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-03-28 17:27:10 (GMT)
commite28df79982c4950e785d46366ad0a02e5393687e (patch)
tree763662e821b332038a65e4fbd4d588755b4244a1 /tests/menu.test
parent6e0cc36e78b8e405dea239f63fba7ee1168bcc40 (diff)
downloadtk-e28df79982c4950e785d46366ad0a02e5393687e.zip
tk-e28df79982c4950e785d46366ad0a02e5393687e.tar.gz
tk-e28df79982c4950e785d46366ad0a02e5393687e.tar.bz2
Replaced all [load {} tk] in Tk test suite with [load {} Tk].
[Bug 220940, Patch 411952]
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 fa3a049..db13f8f 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.5 2000/09/30 18:46:04 drh Exp $
+# RCS: @(#) $Id: menu.test,v 1.6 2001/03/28 17:27:10 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -2300,7 +2300,7 @@ test menu-26.1 {DestroyMenuHashTable} {
test menu-27.1 {GetMenuHashTable} {
catch {interp destroy testinterp}
interp create testinterp
- load {} tk testinterp
+ load {} Tk testinterp
list [catch {interp eval testinterp {menu .m1}} msg] $msg [interp delete testinterp]
} {0 .m1 {}}