Index: tests/info-method.tcl =================================================================== diff -u -r8ee718fe7e27c3df71bc659f3261710a4aaf5805 -r42921ea037c4334cb6ecc565978330f9d8e902ec --- tests/info-method.tcl (.../info-method.tcl) (revision 8ee718fe7e27c3df71bc659f3261710a4aaf5805) +++ tests/info-method.tcl (.../info-method.tcl) (revision 42921ea037c4334cb6ecc565978330f9d8e902ec) @@ -276,15 +276,15 @@ # query definition on submethod of class ? {::nx::Object info method definition "info lookup methods"} \ - {::nx::Object alias {info lookup methods} ::nsf::cmd::ObjectInfo::lookupmethods} + {::nx::Object alias {info lookup methods} ::nsf::methods::object::info::lookupmethods} # query definition on submethod of class with handle ? {o info method definition "::nsf::classes::nx::Object::info lookup methods"} \ - {::nx::Object alias {info lookup methods} ::nsf::cmd::ObjectInfo::lookupmethods} + {::nx::Object alias {info lookup methods} ::nsf::methods::object::info::lookupmethods} # query definition on handle of ensemble object of class ? {o info method definition "::nx::Object::slot::__info::lookup::methods"} \ - {::nx::Object::slot::__info::lookup alias methods ::nsf::cmd::ObjectInfo::lookupmethods} + {::nx::Object::slot::__info::lookup alias methods ::nsf::methods::object::info::lookupmethods} ? {lsort [o info method submethods dummy]} "" ? {lsort [o info method submethods foo]} "a b"