Index: tests/methods.test =================================================================== diff -u -rdd169437c7a701da0063a40978614e6148d71221 -r27030b244334e022169ea7143ce6d91257a8b653 --- tests/methods.test (.../methods.test) (revision dd169437c7a701da0063a40978614e6148d71221) +++ tests/methods.test (.../methods.test) (revision 27030b244334e022169ea7143ce6d91257a8b653) @@ -235,8 +235,8 @@ ? {lsort [C object mixin get]} "::M2 ::M4" ? {lsort [C mixin get]} "::M1 ::M3" - ? {lsort [C object mixin]} {wrong # args: use "::C mixin assign|get"} ;# TODO: should be "C object mixin ..." - ? {lsort [C mixin]} {wrong # args: use "::C mixin assign|get"} + ? {lsort [C object mixin]} {wrong # args: use "::C mixin add|delete|get|guard|set|unset"} ;# TODO: should be "C object mixin ..." + ? {lsort [C mixin]} {wrong # args: use "::C mixin add|delete|get|guard|set|unset"} ? {catch {C mixin M5} errorMsg} 1 ? {lsort [C info mixin classes]} "::M1 ::M3" @@ -455,7 +455,7 @@ } # dispatch methods without current object - ? ::o::a {wrong # args: use "::o ::o::a assign|get"} + ? ::o::a {wrong # args: use "::o ::o::a add|delete|get|set|unset"} ? ::o::b "::o2" ? ::o::foo "no current object; command called outside the context of a Next Scripting method" ? ::o::x "no current object; x called outside the context of a Next Scripting method"