Index: tests/alias.test =================================================================== diff -u -r4bc60e16c10fdbbb640b3019d4bdebdc469fdf55 -r275da34d3d7a874a451eced58242b738c8a37d1a --- tests/alias.test (.../alias.test) (revision 4bc60e16c10fdbbb640b3019d4bdebdc469fdf55) +++ tests/alias.test (.../alias.test) (revision 275da34d3d7a874a451eced58242b738c8a37d1a) @@ -9,9 +9,9 @@ nx::test case alias-preliminaries { # The system methods of nx::VariableSlot are either alias or forwarders - ? {lsort [::nx::VariableSlot info methods -type alias]} {assign get} - ? {::nx::VariableSlot info method definition get} \ - "::nx::VariableSlot public alias get ::nsf::var::set" + ? {lsort [::nx::VariableSlot info methods -type alias]} {value=get value=set} + ? {::nx::VariableSlot info method definition value=get} \ + "::nx::VariableSlot public alias value=get ::nsf::var::get" # define an alias and retrieve its definition set cmd "::nx::Object public alias set ::set" @@ -524,13 +524,13 @@ ? {d1 bar_} 1 ? {d1 bar2} 1 - c1 object mixin add M + c1 object mixins add M ? {c1 bar} 0 ;# upvar reaches into to mixin method ? {c1 bar_} 0 ;# upvar reaches into to mixin method ? {c1 bar2} 0 ;# upvar reaches into to mixin method - d1 object mixin add M + d1 object mixins add M ? {d1 bar} 1 ? {d1 bar_} 1