diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-18 16:30:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-18 16:30:35 (GMT) |
commit | ac8f14c105d1988c7d164c4da884550744652264 (patch) | |
tree | e5fa9e751f537cc0464890bc5c1134594bb8ea4b /tests/unixWm.test | |
parent | 6d2e686af813fdc90ed20c73f1326d12c1ffe6c1 (diff) | |
download | tk-ac8f14c105d1988c7d164c4da884550744652264.zip tk-ac8f14c105d1988c7d164c4da884550744652264.tar.gz tk-ac8f14c105d1988c7d164c4da884550744652264.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 7b88169..fdf5b1d 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.32 2003/03/13 19:34:41 dgp Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.33 2003/03/18 16:30:42 dgp Exp $ package require tcltest 2.2 namespace import -force tcltest::configure @@ -1365,7 +1365,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 |