summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/regexpfield.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/regexpfield.test')
-rwxr-xr-xitcl/iwidgets3.0.0/tests/regexpfield.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/regexpfield.test b/itcl/iwidgets3.0.0/tests/regexpfield.test
index 9a17a262535..91e3994e87a 100755
--- a/itcl/iwidgets3.0.0/tests/regexpfield.test
+++ b/itcl/iwidgets3.0.0/tests/regexpfield.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} {
@@ -170,3 +173,6 @@ test Regexpfield-1.$c {Regexpfield destruction} {
destroy .ef
update
} {}
+
+::tcltest::cleanupTests
+exit