OSDN Git Service

touched all sources to ease next import
[pf3gnuchains/pf3gnuchains3x.git] / itcl / iwidgets3.0.0 / tests / disjointlistbox.test
index 2e0d8a5..adbe185 100755 (executable)
@@ -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} {
@@ -96,3 +99,6 @@ test Disjointlistbox-1.$c {Disjointlistbox construction} {
     destroy .lf
     update 
 } {}
+
+::tcltest::cleanupTests
+exit