Index: tests/speedtest.xotcl =================================================================== diff -u -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a -r3f0573cc75724179f416942b974373e5a62ec05e --- tests/speedtest.xotcl (.../speedtest.xotcl) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) +++ tests/speedtest.xotcl (.../speedtest.xotcl) (revision 3f0573cc75724179f416942b974373e5a62ec05e) @@ -253,14 +253,14 @@ # should be still the same number as above Test new -count 1 -cmd {llength [Object info instances]} -expected $ocount -Test new -cmd {Object new -volatile} -expected ::next::core::__\#F9 -count 2000 \ - -post {foreach o [Object info instances ::next::core::__*] {$o destroy}} +Test new -cmd {Object new -volatile} -expected ::nx::core::__\#F9 -count 2000 \ + -post {foreach o [Object info instances ::nx::core::__*] {$o destroy}} # should be still the same number as above Test new -count 1 -cmd {llength [Object info instances]} -expected $ocount -Test new -cmd {Object new} -expected ::next::core::__\#lQ -count 2000 \ - -post {foreach o [Object info instances ::next::core::__*] {$o destroy}} +Test new -cmd {Object new} -expected ::nx::core::__\#lQ -count 2000 \ + -post {foreach o [Object info instances ::nx::core::__*] {$o destroy}} # should be still the same number as above Test new -count 1 -cmd {llength [Object info instances]} -expected $ocount