diff options
Diffstat (limited to 'tests/obj.test')
-rw-r--r-- | tests/obj.test | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/tests/obj.test b/tests/obj.test index e6eac27..25bd70f 100644 --- a/tests/obj.test +++ b/tests/obj.test @@ -6,10 +6,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 obj-1.1 {TkGetPixelsFromObj} { @@ -29,19 +26,5 @@ test obj-4.1 {SetPixelFromAny} { deleteWindows # cleanup -::tcltest::cleanupTests +cleanupTests return - - - - - - - - - - - - - - |