Index: tests/testx.xotcl =================================================================== diff -u -r3820f18dd18f32ee2a7c1fec96f33befc4fefc95 -r217d826e64107056ae97176552cae3c776991b9e --- tests/testx.xotcl (.../testx.xotcl) (revision 3820f18dd18f32ee2a7c1fec96f33befc4fefc95) +++ tests/testx.xotcl (.../testx.xotcl) (revision 217d826e64107056ae97176552cae3c776991b9e) @@ -1,6 +1,5 @@ #$Id: testx.xotcl,v 1.36 2007/10/12 19:53:32 neumann Exp $ -package require XOTcl -namespace import -force xotcl::* +package require XOTcl; xotcl::use xotcl1 proc ::errorCheck {got expected msg} { if {$got != $expected} { @@ -3127,7 +3126,7 @@ xotcl::interp create in set ::r [in eval { - namespace import -force xotcl::* + xotcl::use xotcl1 Object o }] xotcl::interp delete in