diff options
Diffstat (limited to 'tests/get.test')
-rw-r--r-- | tests/get.test | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/get.test b/tests/get.test index 66d0b2c..d3a4228 100644 --- a/tests/get.test +++ b/tests/get.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 button .b @@ -77,18 +74,5 @@ test get-2.4 {Tk_GetJustifyFromObj - error} { } {1 {bad justification "stupid": must be left, right, or center}} # cleanup -::tcltest::cleanupTests +cleanupTests return - - - - - - - - - - - - - |