diff options
Diffstat (limited to 'tests/winButton.test')
-rw-r--r-- | tests/winButton.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/winButton.test b/tests/winButton.test index 0a0c5d0..0d890ca 100644 --- a/tests/winButton.test +++ b/tests/winButton.test @@ -8,11 +8,11 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winButton.test,v 1.6 2001/12/29 00:30:30 hobbs Exp $ +# RCS: @(#) $Id: winButton.test,v 1.7 2002/07/12 13:41:01 dgp Exp $ -if {[lsearch [namespace children] ::tcltest] == -1} { - source [file join [pwd] [file dirname [info script]] defs.tcl] -} +package require tcltest 2.1 +namespace import -force tcltest::test +eval tcltest::configure $argv if {[lsearch [image types] test] < 0} { puts "This application hasn't been compiled with the \"test\"" |