diff options
Diffstat (limited to 'tests/pack.test')
-rw-r--r-- | tests/pack.test | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/pack.test b/tests/pack.test index 395b3f2..488281a 100644 --- a/tests/pack.test +++ b/tests/pack.test @@ -6,11 +6,14 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: pack.test,v 1.9 2001/09/26 21:36:19 pspjuth Exp $ +# RCS: @(#) $Id: pack.test,v 1.10 2002/07/13 20:28:35 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::configure +namespace import -force tcltest::testsDirectory +configure -testdir [file join [pwd] [file dirname [info script]]] +configure -loadfile [file join [testsDirectory] constraints.tcl] +tcltest::loadTestedCommands # Utility procedures: |