Index: tests/submethods.tcl =================================================================== diff -u -re70316835cf50554ec304bc7ddadea6743be5c81 -r0c534a6693afbced7859c4189b62e712acc8f955 --- tests/submethods.tcl (.../submethods.tcl) (revision e70316835cf50554ec304bc7ddadea6743be5c81) +++ tests/submethods.tcl (.../submethods.tcl) (revision 0c534a6693afbced7859c4189b62e712acc8f955) @@ -225,7 +225,7 @@ # defaultcmd has to return also subcmds of other shadowed ensembles ? {lsort [o1 info has]} "Valid submethods of ::o1 info has: mixin namespace something type" - ? {lsort [o1 info]} "Valid submethods of ::o1 info: children class filter forward has info is lookup method methods mixin parent precedence slots vars" + ? {lsort [o1 info]} "Valid submethods of ::o1 info: children class filter has info is lookup method methods mixin parent precedence slots vars" # returning methodpath in ensemble ? {o1 info has something path} "info has something path"