Index: tests/info-method.tcl =================================================================== diff -u -r35c67391973a07983d0b0dfe70706e6a69fbdbfc -rf3cb5afe6aa1b6761b4a9909058f64ff7d64ab92 --- tests/info-method.tcl (.../info-method.tcl) (revision 35c67391973a07983d0b0dfe70706e6a69fbdbfc) +++ tests/info-method.tcl (.../info-method.tcl) (revision f3cb5afe6aa1b6761b4a9909058f64ff7d64ab92) @@ -36,7 +36,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} "::nx::core::classes::C::m" +? {C info method name m} "::nsf::classes::C::m" ? {C object info method name mpo} "::C::mpo" ? {C info method definition m} {::C method m x {return proc-[self proc]}}