diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-18 16:19:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-18 16:19:06 (GMT) |
commit | 1829e2001615eab85494e9ec7d8923a29b3dcc6a (patch) | |
tree | e771648aeaf2522021b49331ba16984f2c76b366 /tests/unixWm.test | |
parent | 78f88f52a525c493e79fc724760e36eb76a21d43 (diff) | |
download | tk-1829e2001615eab85494e9ec7d8923a29b3dcc6a.zip tk-1829e2001615eab85494e9ec7d8923a29b3dcc6a.tar.gz tk-1829e2001615eab85494e9ec7d8923a29b3dcc6a.tar.bz2 |
* tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13
commit. Thanks Larry Virden. [Bug 705567]
Diffstat (limited to 'tests/unixWm.test')
-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 47f1b8d..da3c328 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.29.2.1 2003/03/13 19:33:49 dgp Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.29.2.2 2003/03/18 16:19:10 dgp Exp $ package require tcltest 2.2 namespace import -force tcltest::configure @@ -1317,7 +1317,7 @@ test unixWm-41.1 {ConfigureEvent procedure, internally generated size changes} u sleep 500 lappend result [winfo width .t] [winfo height .t] } {400 150 200 300} -test unixWm-41.2 {ConfigureEvent procedure, menubars} {nonPortable testmenubar} unix { +test unixWm-41.2 {ConfigureEvent procedure, menubars} {nonPortable testmenubar} { catch {destroy .t} toplevel .t -width 300 -height 200 -bd 2 -relief raised wm geom .t +0+0 |