Index: tests/submethods.tcl =================================================================== diff -u -ref7640ec7eaa0ccb45085f0337c05992a1cec907 -re70316835cf50554ec304bc7ddadea6743be5c81 --- tests/submethods.tcl (.../submethods.tcl) (revision ef7640ec7eaa0ccb45085f0337c05992a1cec907) +++ tests/submethods.tcl (.../submethods.tcl) (revision e70316835cf50554ec304bc7ddadea6743be5c81) @@ -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 unknown vars" + ? {lsort [o1 info]} "Valid submethods of ::o1 info: children class filter forward has info is lookup method methods mixin parent precedence slots vars" # returning methodpath in ensemble ? {o1 info has something path} "info has something path"