Index: tests/methods.test =================================================================== diff -u -r5c464365425434543edd13f1674e1dd2d7f17a71 -re90e59865348906790e496aa960ef57837456e9e --- tests/methods.test (.../methods.test) (revision 5c464365425434543edd13f1674e1dd2d7f17a71) +++ tests/methods.test (.../methods.test) (revision e90e59865348906790e496aa960ef57837456e9e) @@ -422,10 +422,10 @@ ? ::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 "Method x not dispatched on valid object ; don't call aliased methods via namespace paths!" + ? ::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 "Method x not dispatched on valid object ; don't call aliased methods via namespace paths!" + ? ::o::x "No current object; x called outside the context of a Next Scripting method" ? self "No current object; command called outside the context of a Next Scripting method" } \ No newline at end of file