diff options
Diffstat (limited to 'tests/winWm.test')
-rw-r--r-- | tests/winWm.test | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/winWm.test b/tests/winWm.test index 7bf9810..cb39e46 100644 --- a/tests/winWm.test +++ b/tests/winWm.test @@ -9,13 +9,10 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winWm.test,v 1.9 2002/07/25 21:35:23 pspjuth Exp $ +# RCS: @(#) $Id: winWm.test,v 1.10 2003/04/01 21:07:02 dgp Exp $ package require tcltest 2.1 -namespace import -force tcltest::configure -namespace import -force tcltest::testsDirectory -configure -testdir [file join [pwd] [file dirname [info script]]] -configure -loadfile [file join [testsDirectory] constraints.tcl] +eval tcltest::configure $argv tcltest::loadTestedCommands # Measure the height of a single menu line @@ -272,5 +269,5 @@ test winWm-6.2 {deiconify on an already mapped toplevel # cleanup -::tcltest::cleanupTests +cleanupTests return |