summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/datefield.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/datefield.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/datefield.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/datefield.test b/itcl/iwidgets3.0.0/tests/datefield.test
index 890ec11a494..e1e08eb3f4c 100644
--- a/itcl/iwidgets3.0.0/tests/datefield.test
+++ b/itcl/iwidgets3.0.0/tests/datefield.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} {
@@ -166,3 +169,6 @@ test Datefield-1.$c {Datefield destruction} {
destroy .df
update
} {}
+
+::tcltest::cleanupTests
+exit