Index: library/lib/test.xotcl =================================================================== diff -u -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a -r3f0573cc75724179f416942b974373e5a62ec05e --- library/lib/test.xotcl (.../test.xotcl) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) +++ library/lib/test.xotcl (.../test.xotcl) (revision 3f0573cc75724179f416942b974373e5a62ec05e) @@ -53,7 +53,7 @@ foreach o [Object info instances -closure] { if {[info exists pre_exist($o)]} continue #puts "must destroy $o" - if {[::next::core::objectproperty $o object]} {$o destroy} + if {[::nx::core::objectproperty $o object]} {$o destroy} } } }