summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/calendar.test
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2001-09-09 19:49:03 +0000
committerIan Roxborough <irox@redhat.com>2001-09-09 19:49:03 +0000
commit57e8350a3895a1579b77cc134d6d7d49b056678e (patch)
tree7584c16f5407dd1371b8290109b3b822067afd5a /itcl/iwidgets3.0.0/tests/calendar.test
parent7467241ff2a5cd6da7bbecb7111fc0dc3211c7de (diff)
downloadgdb-57e8350a3895a1579b77cc134d6d7d49b056678e.tar.gz
Itcl import for Tcl/Tk8.3 upgradeITCL_TCL_8_3
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/calendar.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/calendar.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/calendar.test b/itcl/iwidgets3.0.0/tests/calendar.test
index 1da4a0b2971..0608d352ca3 100644
--- a/itcl/iwidgets3.0.0/tests/calendar.test
+++ b/itcl/iwidgets3.0.0/tests/calendar.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} {
@@ -151,3 +154,6 @@ test Calendar-1.$c {Calendar destruction} {
destroy .cal
update
} {}
+
+::tcltest::cleanupTests
+exit