Index: tests/info-method.test =================================================================== diff -u -N -r98b60429d7f10bf637fa2cfa2bb88d4069e2445f -r0ae1c72ceda94c7f6c99b86a1d7f14eaaef12e78 --- tests/info-method.test (.../info-method.test) (revision 98b60429d7f10bf637fa2cfa2bb88d4069e2445f) +++ tests/info-method.test (.../info-method.test) (revision 0ae1c72ceda94c7f6c99b86a1d7f14eaaef12e78) @@ -662,7 +662,7 @@ ? {nx::Object info method parameters "info lookup methods"} \ "-callprotection -incontext:switch -methodtype -nomixins:switch -path:switch -source pattern:optional" ? {nx::Object info method syntax "info lookup methods"} \ - "/::nx::Object/ info lookup methods ?-callprotection all|public|protected|private? ?-incontext? ?-methodtype all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ?-nomixins? ?-path? ?-source all|application|baseclasses? ?/pattern/?" + "/cls/ info lookup methods ?-callprotection all|public|protected|private? ?-incontext? ?-methodtype all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ?-nomixins? ?-path? ?-source all|application|baseclasses? ?/pattern/?" ? {o info object method parameters "foo b"} "x:int y:upper" @@ -781,12 +781,12 @@ nx::Test case parametersyntax { # a true method ? {::nx::Class info method syntax method} \ - "/::nx::Class/ method /name/ /arguments/ ?-returns /value/? /body/ ?-precondition /value/? ?-postcondition /value/?" + "/cls/ method /name/ /arguments/ ?-returns /value/? /body/ ?-precondition /value/? ?-postcondition /value/?" # a forwarder to ::nsf::relation; definition comes via array ::nsf::parametersyntax - ? {::nx::Class info method syntax mixin} "/::nx::Class/ mixin ?/class .../?|?add /class/?|?delete /class/?" + ? {::nx::Class info method syntax mixin} "/cls/ mixin ?/class .../?|?add /class/?|?delete /class/?" - ? {::nx::Class info method syntax ::nx::next} "/::nx::Class/ next ?/arguments/?" - ? {::nx::Class info method syntax ::nsf::xotclnext} "/::nx::Class/ xotclnext ?--noArgs? ?/arg .../?" + ? {::nx::Class info method syntax ::nx::next} "/cls/ next ?/arguments/?" + ? {::nx::Class info method syntax ::nsf::xotclnext} "/cls/ xotclnext ?--noArgs? ?/arg .../?" } #