diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-13 21:52:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-13 21:52:33 (GMT) |
commit | 213541e4a3a5a49415c0f9f8d37a5cbce28f89f7 (patch) | |
tree | e1c87e388ed78c9f631d3cf202385b697ce25ab6 /tests/listbox.test | |
parent | 05961d4dc9e4b65d07feac195998ca0f969b06d9 (diff) | |
download | tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.zip tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.gz tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.bz2 |
* Converted more files to tcltest and factored out common code.
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index 0b1b7a0..3c8069d 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -6,17 +6,15 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: listbox.test,v 1.18 2002/06/21 02:38:54 hobbs Exp $ +# RCS: @(#) $Id: listbox.test,v 1.19 2002/07/13 21:52:34 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 -foreach i [winfo children .] { - destroy $i -} -wm geometry . {} -raise . set fixed {Courier -12} proc record args { |