summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/spinint.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/spinint.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/spinint.test8
1 files changed, 7 insertions, 1 deletions
diff --git a/itcl/iwidgets3.0.0/tests/spinint.test b/itcl/iwidgets3.0.0/tests/spinint.test
index a17087f589d..8a6233801fa 100644
--- a/itcl/iwidgets3.0.0/tests/spinint.test
+++ b/itcl/iwidgets3.0.0/tests/spinint.test
@@ -13,6 +13,9 @@
#
# @(#) $Id$
+package require tcltest
+namespace import -force ::tcltest::*
+
package require Iwidgets 3.0
if {[string compare test [info procs test]] == 1} {
@@ -42,7 +45,7 @@ incr c
#
test Spinint-2.$o {configuration option} {
llength [.spi configure]
-} {46}
+} {47}
incr o
@@ -164,3 +167,6 @@ test Spinint-1.$c {Spinint destruction} {
destroy .spi
update
} {}
+
+::tcltest::cleanupTests
+exit