diff options
Diffstat (limited to 'tests/canvWind.test')
-rw-r--r-- | tests/canvWind.test | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/canvWind.test b/tests/canvWind.test index 6911341..9844ff0 100644 --- a/tests/canvWind.test +++ b/tests/canvWind.test @@ -7,10 +7,7 @@ # All rights reserved. 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 test canvWind-1.1 {DisplayWinItem, windows off-screen vertically} { @@ -128,18 +125,5 @@ test canvWind-1.4 {DisplayWinItem, windows off-screen horizontally} { catch {destroy .t} # cleanup -::tcltest::cleanupTests +cleanupTests return - - - - - - - - - - - - - |