summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/canvasprintbox.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/canvasprintbox.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/canvasprintbox.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/canvasprintbox.test b/itcl/iwidgets3.0.0/tests/canvasprintbox.test
index f19cf952631..984bbd71551 100644
--- a/itcl/iwidgets3.0.0/tests/canvasprintbox.test
+++ b/itcl/iwidgets3.0.0/tests/canvasprintbox.test
@@ -12,6 +12,9 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
+package require tcltest
+namespace import -force ::tcltest::*
+
package require Iwidgets 3.0
if {[string compare test [info procs test]] == 1} {
@@ -144,3 +147,6 @@ test Canvasprintbox-1.$c {Canvasprintbox destruction} {
destroy .cpb
update
} {}
+
+::tcltest::cleanupTests
+exit