Index: tests/varresolutiontest.xotcl =================================================================== diff -u -r217d826e64107056ae97176552cae3c776991b9e -rf9807b1cea03590c9573b5a521760538d53ee90f --- tests/varresolutiontest.xotcl (.../varresolutiontest.xotcl) (revision 217d826e64107056ae97176552cae3c776991b9e) +++ tests/varresolutiontest.xotcl (.../varresolutiontest.xotcl) (revision f9807b1cea03590c9573b5a521760538d53ee90f) @@ -190,7 +190,7 @@ # we do not have to recreate bar, compiled var persists, # change must be detected C create c1 -puts stderr "after recreate" +#puts stderr "after recreate" ? {catch {c1 bar}} "1" "compiled var y should not exist" ? {c1 info vars} "x" c1 destroy @@ -241,9 +241,7 @@ set .z 100 } ? {c1 info vars} "" -puts call-foo c1 foo -puts call-foo-done ? {c1 info vars} "a z" @@ -312,7 +310,6 @@ ? {::xotcl::Object isobject ::c} 1 ? {::c info hasnamespace} 0 -puts [::c Set w 2] ? {::c Set w 2; expr {[::c Set w] == $::w}} 0 ? {::c Unset w; info exists ::w} 1 ? {::c Set tmpArray(key) value2; expr {[::c Set tmpArray(key)] == $::tmpArray(key)}} 0