diff options
Diffstat (limited to 'tests/geometry.test')
-rw-r--r-- | tests/geometry.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/geometry.test b/tests/geometry.test index 04ab578..b5b6c77 100644 --- a/tests/geometry.test +++ b/tests/geometry.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. -package require tcltest 2.1 +package require tcltest 2.2 eval tcltest::configure $argv tcltest::loadTestedCommands @@ -229,7 +229,7 @@ test geometry-4.10 {Tk_MaintainGeometry and Tk_UnmaintainGeometry} { wm geometry .t +0+0 tkwait visibility .t update - frame .t.f + frame .t.f pack .t.f button .t.quit -text Quit -command exit pack .t.quit -in .t.f |