Index: tests/mixinoftest.xotcl =================================================================== diff -u -r752365e2a4c7ef57fc487bfff9bb387e72ccf533 -r57c47e5fff431976511c200231567024bea09ff4 --- tests/mixinoftest.xotcl (.../mixinoftest.xotcl) (revision 752365e2a4c7ef57fc487bfff9bb387e72ccf533) +++ tests/mixinoftest.xotcl (.../mixinoftest.xotcl) (revision 57c47e5fff431976511c200231567024bea09ff4) @@ -1,6 +1,6 @@ # testing mixinof package require XOTcl; namespace import ::xotcl::* -package require xotcl::test +package require next::test ########################################### # testing simple per object mixins @@ -473,8 +473,8 @@ ? {b1 info precedence} "::B ::A ::xotcl::Object" foreach o {A O B a1 b1 o1} {$o destroy} -#foreach o [::xotcl::test::Test info instances] {$o destroy} -#::xotcl::test::Test destroy +#foreach o [::nx::test::Test info instances] {$o destroy} +#::nx::test::Test destroy #puts [lsort [::xotcl::Object allinstances]] namespace import -force ::nx::*