Index: tests/testx.xotcl =================================================================== diff -u -rbf9bae94d157de9bbd4c398f6a3a9a4d93626025 -r962c96dcc0ddc25782570a831c104fb2b955891d --- tests/testx.xotcl (.../testx.xotcl) (revision bf9bae94d157de9bbd4c398f6a3a9a4d93626025) +++ tests/testx.xotcl (.../testx.xotcl) (revision 962c96dcc0ddc25782570a831c104fb2b955891d) @@ -3368,10 +3368,10 @@ ::errorCheck [e1 x] 1 "instparameter cmd 1" ::errorCheck [e1 x 2] 2 "instparameter cmd 2" ::errorCheck [e1 x] 2 "instparameter cmd 3" - ::errorCheck [e1 parametercmd y] "" "parametercmd 1" + ::errorCheck [e1 parametercmd y] "::e1::y" "parametercmd 1" ::errorCheck [e1 y 3] 3 "parametercmd 2" ::errorCheck [e1 y] 3 "parametercmd 3" - ::errorCheck [e1 forward regexp -objscope] "" "forward 1" + ::errorCheck [e1 forward regexp -objscope] "::e1::regexp" "forward 1" ::errorCheck [e1 regexp (y) xyz _ X] "1" "forward 2" ::errorCheck [e1 exists X] "1" "forward 3" ::errorCheck [e1 q] q "self proc"