Index: tests/methods.test =================================================================== diff -u -r7413d266916a491ff674489513351c89987366d7 -r59e100d383b22ea1407f5e5c40e303f2c6bb9027 --- tests/methods.test (.../methods.test) (revision 7413d266916a491ff674489513351c89987366d7) +++ tests/methods.test (.../methods.test) (revision 59e100d383b22ea1407f5e5c40e303f2c6bb9027) @@ -421,15 +421,15 @@ } # dispatch methods without current object - ? ::o::a "Method ::o::a not dispatched on valid object" + ? ::o::a "method ::o::a not dispatched on valid object" ? ::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" + ? ::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" # make a regular call, provide tcd->object with a value ? {::o x} "::o" # check, if missing object is still detected - ? ::o::x "No current object; x called outside the context of a Next Scripting method" - ? nx::self "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" + ? nx::self "no current object; command called outside the context of a Next Scripting method" }