summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/dialog.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/dialog.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/dialog.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/dialog.test b/itcl/iwidgets3.0.0/tests/dialog.test
index 0d8524c73c8..a3f7bfd3bfc 100644
--- a/itcl/iwidgets3.0.0/tests/dialog.test
+++ b/itcl/iwidgets3.0.0/tests/dialog.test
@@ -14,6 +14,9 @@
#
# @(#) $Id$
+package require tcltest
+namespace import -force ::tcltest::*
+
package require Iwidgets 3.0
if {[string compare test [info procs test]] == 1} {
@@ -129,3 +132,6 @@ test Dialog-1.$c {Dialog destruction} {
destroy .dlg
update
} {}
+
+::tcltest::cleanupTests
+exit