Index: tests/mixinoftest.xotcl =================================================================== diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -ra976b7c6a116f584114d2612494aaaa8e8028387 --- tests/mixinoftest.xotcl (.../mixinoftest.xotcl) (revision 0037211cd9632cbb418f9f8ca40a001a51d1598d) +++ tests/mixinoftest.xotcl (.../mixinoftest.xotcl) (revision a976b7c6a116f584114d2612494aaaa8e8028387) @@ -1,7 +1,7 @@ # testing mixinof -package require XOTcl +package require XOTcl 1 namespace import -force xotcl::* -package require xotcl::test +package require xotcl::test 1 proc ? {cmd expected} { set t [Test new -cmd $cmd]