summaryrefslogtreecommitdiffstats
path: root/tests/msgbox.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-01 16:21:11 (GMT)
committerdgp <dgp@noemail.net>2001-08-01 16:21:11 (GMT)
commit467c9e4b5370192c9785e29cda3a170e70a710e8 (patch)
tree38846cbe94cc8aac068898282ced4624f130770e /tests/msgbox.test
parentc68eaf7c36bd99f3ea38a1d823c04e7e537f9a7e (diff)
downloadtk-467c9e4b5370192c9785e29cda3a170e70a710e8.zip
tk-467c9e4b5370192c9785e29cda3a170e70a710e8.tar.gz
tk-467c9e4b5370192c9785e29cda3a170e70a710e8.tar.bz2
Merged changes from feature branch dgp-privates-into-namespace,
implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
Diffstat (limited to 'tests/msgbox.test')
-rw-r--r--tests/msgbox.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/msgbox.test b/tests/msgbox.test
index 78adb81..b37305c 100644
--- a/tests/msgbox.test
+++ b/tests/msgbox.test
@@ -5,7 +5,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: msgbox.test,v 1.4 2000/04/18 02:18:34 ericm Exp $
+# RCS: @(#) $Id: msgbox.test,v 1.5 2001/08/01 16:21:12 dgp Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -72,7 +72,7 @@ test msgbox-1.10 {tk_messageBox command} {
list [catch {tk_messageBox -parent foo.bar} msg] $msg
} {1 {bad window path name "foo.bar"}}
-if {[info commands tkMessageBox] == ""} {
+if {[info commands tk::MessageBox] == ""} {
set isNative 1
} else {
set isNative 0