summaryrefslogtreecommitdiffstats
path: root/tests/menuDraw.test
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-03-17 18:15:27 (GMT)
committerdas <das@noemail.net>2004-03-17 18:15:27 (GMT)
commit66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c (patch)
treea4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /tests/menuDraw.test
parent12819e574ba8306071f121cee54c2685d6d157bc (diff)
downloadtk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.zip
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.gz
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.bz2
Removed support for Mac OS Classic platform [Patch 918139]
FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
Diffstat (limited to 'tests/menuDraw.test')
-rw-r--r--tests/menuDraw.test10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/menuDraw.test b/tests/menuDraw.test
index cfaf236..156ee9f 100644
--- a/tests/menuDraw.test
+++ b/tests/menuDraw.test
@@ -5,7 +5,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: menuDraw.test,v 1.6 2003/04/01 21:06:43 dgp Exp $
+# RCS: @(#) $Id: menuDraw.test,v 1.7 2004/03/17 18:15:49 das Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -346,14 +346,6 @@ test menuDraw-13.2 {TkMenuEventProc - ConfigureNotify} {
set tearoff [tk::TearOffMenu .m1 40 40]
list [wm geometry $tearoff 200x100] [update] [destroy .m1]
} {{} {} {}}
-test menuDraw-13.3 {TkMenuEventProc - ActivateNotify} {macOnly} {
- catch {destroy .t2}
- toplevel .t2 -menu .t2.m1
- menu .t2.m1
- .t2.m1 add command -label foo
- tk::TearOffMenu .t2.m1 40 40
- list [catch {update} msg] $msg [destroy .t2]
-} {0 {} {}}
# Testing deletes is hard, and I am going to do my best. Don't know how
# to test the case where we have already cleared the tkwin field in the
# menuPtr.