summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-07-13 00:30:24 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-07-13 00:30:24 (GMT)
commit60df07e990cbc0441a2fcf7783ccbfae69a82aa8 (patch)
treed8de9e4b9b75ecee4498744836b0d9adee60d3b5 /tests/spinbox.test
parent811107b012d9e5ea079cf16badeecae50cbc775e (diff)
downloadtk-60df07e990cbc0441a2fcf7783ccbfae69a82aa8.zip
tk-60df07e990cbc0441a2fcf7783ccbfae69a82aa8.tar.gz
tk-60df07e990cbc0441a2fcf7783ccbfae69a82aa8.tar.bz2
* Converted several files in the test suite for testing by
tcltest 2.1.
Diffstat (limited to 'tests/spinbox.test')
-rw-r--r--tests/spinbox.test13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test
index 1a42d06..41ca9f8 100644
--- a/tests/spinbox.test
+++ b/tests/spinbox.test
@@ -4,11 +4,16 @@
# Copyright (c) 1998-2000 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: spinbox.test,v 1.1 2000/05/29 01:43:15 hobbs Exp $
+# RCS: @(#) $Id: spinbox.test,v 1.2 2002/07/13 00:30:25 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
+namespace import -force tcltest::testsDirectory
+namespace import -force tcltest::configure
+configure -testdir [file join [pwd] [file dirname [info script]]]
+configure -loadfile [file join [testsDirectory] constraints.tcl]
+tcltest::loadTestedCommands
+eval configure $argv
foreach i [winfo children .] {
destroy $i