summaryrefslogtreecommitdiffstats
path: root/tests/unixWm.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-15 18:10:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-15 18:10:47 (GMT)
commit6a4bb63af49f9a76f2105283400453b6dfdf0d18 (patch)
treebc705a35827a6b869cdefe8bc080d728edc119fc /tests/unixWm.test
parent043de52c9870236b12bc1231eccf35e61b22558c (diff)
downloadtk-6a4bb63af49f9a76f2105283400453b6dfdf0d18.zip
tk-6a4bb63af49f9a76f2105283400453b6dfdf0d18.tar.gz
tk-6a4bb63af49f9a76f2105283400453b6dfdf0d18.tar.bz2
* Some tests needed "unix" constraint.
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r--tests/unixWm.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index e430c84..484236d 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: unixWm.test,v 1.24 2002/07/15 16:56:32 dgp Exp $
+# RCS: @(#) $Id: unixWm.test,v 1.25 2002/07/15 18:10:47 dgp Exp $
package require tcltest 2.1
namespace import -force tcltest::configure
@@ -2111,7 +2111,7 @@ test unixWm-53.2 {TkWmRemoveFromColormapWindows procedure} {
wm colormap .t
} {}
-test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} {
+test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} unix {
catch {destroy .t}
catch {destroy .m}
toplevel .t -width 300 -height 200 -bd 2 -relief raised
@@ -2128,7 +2128,7 @@ test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} {
destroy .m
set x
} {no event}
-test unixWm-54.2 {TkpMakeMenuWindow procedure, setting override_redirect} {
+test unixWm-54.2 {TkpMakeMenuWindow procedure, setting override_redirect} unix {
catch {destroy .m}
menu .m
.m add command -label First