From 6a4bb63af49f9a76f2105283400453b6dfdf0d18 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 15 Jul 2002 18:10:47 +0000 Subject: * Some tests needed "unix" constraint. --- ChangeLog | 2 +- tests/unixWm.test | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e15eeeb..daf7cf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2002-07-15 Don Porter - * Fixes for [Bug 581627]. + * Fixes for [Bug 581627, 581795]. * generic/tkTest.c: Test commands not supported on non-Unix platforms should not be defined there in the first place. * tests/constraints.tcl: Fixed "secureserver" constraint. 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 -- cgit v0.12