diff options
author | surles <surles> | 1999-04-07 02:16:37 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-07 02:16:37 (GMT) |
commit | a6aa101fc2013c88ee6dde131e18a8e9957ed955 (patch) | |
tree | 46354dce988a794c681971a767cdc7dc7489fb73 | |
parent | 97604fe8f68e15f333a7e55e969f6f15f768192b (diff) | |
download | tk-a6aa101fc2013c88ee6dde131e18a8e9957ed955.zip tk-a6aa101fc2013c88ee6dde131e18a8e9957ed955.tar.gz tk-a6aa101fc2013c88ee6dde131e18a8e9957ed955.tar.bz2 |
Marked test non-portable.
-rw-r--r-- | tests/unixWm.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index a70b640..ebad784 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.1.4.9 1999/04/02 18:06:45 hershey Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.1.4.10 1999/04/07 02:16:37 surles Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -1311,7 +1311,7 @@ test unixWm-41.1 {ConfigureEvent procedure, internally generated size changes} { sleep 500 lappend result [winfo width .t] [winfo height .t] } {400 150 200 300} -test unixWm-41.2 {ConfigureEvent procedure, menubars} {unixOnly} { +test unixWm-41.2 {ConfigureEvent procedure, menubars} {nonPortable} { catch {destroy .t} toplevel .t -width 300 -height 200 -bd 2 -relief raised wm geom .t +0+0 |