summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/extfileselectiondialog.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/extfileselectiondialog.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/extfileselectiondialog.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/extfileselectiondialog.test b/itcl/iwidgets3.0.0/tests/extfileselectiondialog.test
index f14db49e6b8..b30486b098f 100644
--- a/itcl/iwidgets3.0.0/tests/extfileselectiondialog.test
+++ b/itcl/iwidgets3.0.0/tests/extfileselectiondialog.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} {
@@ -198,3 +201,6 @@ test Extfileselectiondialog-1.$o {Extfileselectiondialog -childsitepos} {
update
destroy .fsd
} {}
+
+::tcltest::cleanupTests
+exit