Index: tests/info-method.test =================================================================== diff -u -rbd1cce484140aaf66113cf647f060ae48d32b24f -re3a84e351aaf79c02a63cc0741dde7b9bd550849 --- tests/info-method.test (.../info-method.test) (revision bd1cce484140aaf66113cf647f060ae48d32b24f) +++ tests/info-method.test (.../info-method.test) (revision e3a84e351aaf79c02a63cc0741dde7b9bd550849) @@ -100,8 +100,8 @@ ? {lsort [MC info methods -methodtype scripted -callprotection all]} "bar1 bar2 foo" - ::nsf::methodproperty ::MC foo call-protected true - ::nsf::methodproperty ::MC bar2 call-protected false + ::nsf::method::property ::MC foo call-protected true + ::nsf::method::property ::MC bar2 call-protected false ? {lsort [MC info methods -methodtype scripted -callprotection public]} "bar2" ? {lsort [MC info methods -methodtype scripted -callprotection protected]} "bar1 foo"