Index: xotcl/tests/testx.xotcl =================================================================== diff -u -r0896d4deb00780e48b5b03269bf9c4ecca948919 -r55764ef8921abb0e4f506e0ae6b0caf3f842276d --- xotcl/tests/testx.xotcl (.../testx.xotcl) (revision 0896d4deb00780e48b5b03269bf9c4ecca948919) +++ xotcl/tests/testx.xotcl (.../testx.xotcl) (revision 55764ef8921abb0e4f506e0ae6b0caf3f842276d) @@ -1,4 +1,4 @@ -#$Id: testx.xotcl,v 1.23 2005/01/06 03:10:05 neumann Exp $ +#$Id: testx.xotcl,v 1.24 2005/01/10 11:57:35 neumann Exp $ package require XOTcl namespace import -force xotcl::* @@ -2865,7 +2865,7 @@ ::errorCheck [b info methods -nocmds -noprocs] "" "[self]: b info methods -nocmds -noprocs" - ::errorCheck [lsort [B info methods -nocmds]] "abstract copy defaultmethod extractConfigureArg f filterappend hasclass infoTraceFilter init instfilterappend instmixinappend insttclcmd mixinappend move recreate self setFilter tclcmd" "[self]: B info methods -nocmds" + ::errorCheck [lsort [B info methods -nocmds]] "abstract allinstances copy defaultmethod extractConfigureArg f filterappend hasclass infoTraceFilter init instfilterappend instmixinappend insttclcmd mixinappend move recreate self setFilter tclcmd" "[self]: B info methods -nocmds" namespace eval a { proc o args {return o}