Index: tests/info-method.xotcl =================================================================== diff -u -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a -r3f0573cc75724179f416942b974373e5a62ec05e --- tests/info-method.xotcl (.../info-method.xotcl) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) +++ tests/info-method.xotcl (.../info-method.xotcl) (revision 3f0573cc75724179f416942b974373e5a62ec05e) @@ -38,7 +38,7 @@ ? {c1 info method definition foo} "::c1 method foo {} {puts foo}" ? {c1 info callable -which foo} "::c1 method foo {} {puts foo}" -? {C info method name m} "::next::core::classes::C::m" +? {C info method name m} "::nx::core::classes::C::m" ? {C object info method name mpo} "::C::mpo" ? {C info method definition m} {::C method m x {return proc-[self proc]}} @@ -65,7 +65,7 @@ ? {C object info method definition apo} "::C object alias apo ::puts" -? {::next::Object info callable -application} "" -? {::next::Class info callable -application} "" +? {::nx::Object info callable -application} "" +? {::nx::Class info callable -application} "" ? {lsort [C info callable -application]} "add1 apo fpo mpo spo" ? {lsort [c1 info callable -application]} "a addOne foo m m-with-assertions s" \ No newline at end of file