Index: tests/testx.xotcl =================================================================== diff -u -raef09781efb62a6336ecf355e927549d72b37a7a -ra4d1fd30453e4e87467b02ed749fb4007d46a5e0 --- tests/testx.xotcl (.../testx.xotcl) (revision aef09781efb62a6336ecf355e927549d72b37a7a) +++ tests/testx.xotcl (.../testx.xotcl) (revision a4d1fd30453e4e87467b02ed749fb4007d46a5e0) @@ -3069,7 +3069,7 @@ ::errorCheck [b info methods -nocmds -noprocs] "" "b info methods -nocmds -noprocs" - ::errorCheck [lsort [B info methods -nocmds]] "abstract allinstances contains copy defaultmethod extractConfigureArg f hasclass init instproc isclass ismetaclass ismixin isobject istype move objectparameter parameter proc self setFilter signature uses" "B info methods -nocmds" + ::errorCheck [lsort [B info methods -nocmds]] "abstract allinstances contains copy defaultmethod extractConfigureArg f hasclass init instproc isclass ismetaclass ismixin isobject istype move objectparameter parameter proc self setFilter signature unknown uses" "B info methods -nocmds" namespace eval a { proc o args {return o} @@ -3323,7 +3323,8 @@ ::errorCheck [E info args p] "a b c" "args" ::errorCheck [E info default p c x] 1 "default" ::errorCheck [E configure [list -p -x -y]] {} "list params 1" - ::errorCheck [E e1 [list -t -1 -e -3]] ::e1 "list params 2" + #::errorCheck [E e1 [list -t -1 -e -3]] ::e1 "list params 2"; # TODO worked in 1.6 + ::errorCheck [E create e1 [list -t -1 -e -3]] ::e1 "list params 2" ::errorCheck [e1 x] 1 "instparameter cmd 1" ::errorCheck [e1 x 2] 2 "instparameter cmd 2" ::errorCheck [e1 x] 2 "instparameter cmd 3"