diff options
Diffstat (limited to 'tests/raise.test')
-rw-r--r-- | tests/raise.test | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/tests/raise.test b/tests/raise.test index 33bddda..a17fa2e 100644 --- a/tests/raise.test +++ b/tests/raise.test @@ -9,14 +9,9 @@ # 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 -testConstraint testmakeexist [llength [info commands testmakeexist]] - # Procedure to create a bunch of overlapping windows, which should # make it easy to detect differences in order. @@ -288,18 +283,5 @@ test raise-7.8 {errors in raise/lower commands} { deleteWindows # cleanup -::tcltest::cleanupTests +cleanupTests return - - - - - - - - - - - - - |