Index: tests/submethods.test =================================================================== diff -u -rea3bbe8b1039c45baa2c027c005151e04e57d4b1 -r7ba7b3c49ff542688258f50fba2fc8102f23a011 --- tests/submethods.test (.../submethods.test) (revision ea3bbe8b1039c45baa2c027c005151e04e57d4b1) +++ tests/submethods.test (.../submethods.test) (revision 7ba7b3c49ff542688258f50fba2fc8102f23a011) @@ -229,7 +229,8 @@ # 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 has info lookup name object parameter parent precedence variable vars" + ? {lsort [o1 info]} \ + "valid submethods of ::o1 info: children class configure has info lookup name object parameter parent precedence variable vars" # returning methodpath in ensemble ? {o1 info has something path} "info has something path"