Index: tests/info-method.test =================================================================== diff -u -r2b4d30902f8badbef6b5c128bfdafe91c6d01695 -r28fd214e129bc6c2384a2ef587a2be8b480c7248 --- tests/info-method.test (.../info-method.test) (revision 2b4d30902f8badbef6b5c128bfdafe91c6d01695) +++ tests/info-method.test (.../info-method.test) (revision 28fd214e129bc6c2384a2ef587a2be8b480c7248) @@ -68,8 +68,8 @@ ? {::nx::Object info lookup methods -source application} "" ? {::nx::Class info lookup methods -source application} "" - set object_methods "alias attribute class configure contains copy destroy eval filter forward info method mixin move protected public require volatile vwait" - set class_methods "alias alloc attribute attributes class class-object configure contains copy create dealloc destroy eval filter forward info method mixin move new protected public require superclass volatile vwait" + set object_methods "alias attribute class configure contains copy destroy eval filter forward info method mixin move protected public require volatile" + set class_methods "alias alloc attribute attributes class class-object configure contains copy create dealloc destroy eval filter forward info method mixin move new protected public require superclass volatile" ? {lsort [::nx::Object info lookup methods -source baseclasses]} $class_methods ? {lsort [::nx::Class info lookup methods -source baseclasses]} $class_methods