diff options
Diffstat (limited to 'tests/raise.test')
-rw-r--r-- | tests/raise.test | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/raise.test b/tests/raise.test index 53bf9b3..bcf3573 100644 --- a/tests/raise.test +++ b/tests/raise.test @@ -8,13 +8,10 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: raise.test,v 1.7 2002/07/13 20:28:35 dgp Exp $ +# RCS: @(#) $Id: raise.test,v 1.8 2003/04/01 21:06:50 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 testConstraint testmakeexist [llength [info commands testmakeexist]] @@ -290,7 +287,7 @@ test raise-7.8 {errors in raise/lower commands} { deleteWindows # cleanup -::tcltest::cleanupTests +cleanupTests return |