From b71d89c8e8d3742ef3d55b59e249b74672c68575 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Sun, 3 Jan 2010 00:18:19 +0000 Subject: menu tests using 'tkwait visibility' are unix only --- ChangeLog | 4 ++++ tests/menu.test | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3af8fe4..bcb0a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-03 Pat Thoyts + + * tests/menu.test: menu tests using 'tkwait visibility' are unix only. + 2010-01-02 Donal K. Fellows * unix/tkUnixEvent.c (TransferXEventsToTcl): [Bug 1924761]: Use the diff --git a/tests/menu.test b/tests/menu.test index 1659c58..25caf35 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.24 2009/12/30 00:24:27 patthoyts Exp $ +# RCS: @(#) $Id: menu.test,v 1.25 2010/01/03 00:18:19 patthoyts Exp $ package require tcltest 2.2 namespace import ::tcltest::* @@ -3314,7 +3314,7 @@ test menu-22.2 {GetIndexFromCoords} -setup { } -result {0} test menu-22.3 {GetIndexFromCoords: mapped window, y only} -setup { deleteWindows -} -body { +} -constraints {unix} -body { menu .m1 .m1 add command -label "test" .m1 configure -tearoff 0 @@ -3326,7 +3326,7 @@ test menu-22.3 {GetIndexFromCoords: mapped window, y only} -setup { } -result {0} test menu-22.4 {GetIndexFromCoords: mapped window x,y} -setup { deleteWindows -} -body { +} -constraints {unix} -body { menu .m1 .m1 add command -label "test" .m1 configure -tearoff 0 @@ -3340,7 +3340,7 @@ test menu-22.4 {GetIndexFromCoords: mapped window x,y} -setup { } -result {0} test menu-22.5 {GetIndexFromCoords: mapped wide window} -setup { deleteWindows -} -body { +} -constraints {unix} -body { menu .m1 .m1 add command -label "test" .m1 configure -tearoff 0 -- cgit v0.12