diff options
Diffstat (limited to 'tests/visual_bb.test')
-rw-r--r-- | tests/visual_bb.test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/visual_bb.test b/tests/visual_bb.test index 8bab7e4..6b10f76 100644 --- a/tests/visual_bb.test +++ b/tests/visual_bb.test @@ -7,14 +7,9 @@ # are kept in separate ".tcl" files in this directory. 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 -namespace import -force tcltest::cleanupTests - set auto_path ". $auto_path" wm title . "Visual Tests for Tk" |