Index: tests/methods.test =================================================================== diff -u -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -rfc11b2380eef48346410636908936e9468c74807 --- tests/methods.test (.../methods.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/methods.test (.../methods.test) (revision fc11b2380eef48346410636908936e9468c74807) @@ -646,7 +646,7 @@ } # dispatch methods without current object - ? ::o::a {wrong # args: use "::o ::o::a add|delete|get|set|unset"} + ? ::o::a {wrong # args: use "::o ::o::a add|delete|exists|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"