Index: library/xotcl/tests/speedtest.xotcl =================================================================== diff -u -rb07223692b7ed8b9b1cfc81f202f73c066456c7c -rf3cb5afe6aa1b6761b4a9909058f64ff7d64ab92 --- library/xotcl/tests/speedtest.xotcl (.../speedtest.xotcl) (revision b07223692b7ed8b9b1cfc81f202f73c066456c7c) +++ library/xotcl/tests/speedtest.xotcl (.../speedtest.xotcl) (revision f3cb5afe6aa1b6761b4a9909058f64ff7d64ab92) @@ -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 ::nx::core::__\#F9 -count 2000 \ - -post {foreach o [Object info instances ::nx::core::__*] {$o destroy}} +Test new -cmd {Object new -volatile} -expected ::nsf::__\#F9 -count 2000 \ + -post {foreach o [Object info instances ::nsf::__*] {$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 ::nx::core::__\#lQ -count 2000 \ - -post {foreach o [Object info instances ::nx::core::__*] {$o destroy}} +Test new -cmd {Object new} -expected ::nsf::__\#lQ -count 2000 \ + -post {foreach o [Object info instances ::nsf::__*] {$o destroy}} # should be still the same number as above Test new -count 1 -cmd {llength [Object info instances]} -expected $ocount