diff options
Diffstat (limited to 'tests/util.test')
-rw-r--r-- | tests/util.test | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/util.test b/tests/util.test index bf89528..f9ee697 100644 --- a/tests/util.test +++ b/tests/util.test @@ -6,17 +6,14 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: util.test,v 1.4 2002/07/12 13:41:00 dgp Exp $ +# RCS: @(#) $Id: util.test,v 1.5 2002/07/13 20:28:36 dgp Exp $ package require tcltest 2.1 -namespace import -force tcltest::test -eval tcltest::configure $argv - -foreach i [winfo children .] { - destroy $i -} -wm geometry . {} -raise . +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 listbox .l -width 20 -height 5 -relief sunken -bd 2 pack .l |