summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 15:32:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 15:32:46 (GMT)
commit8607752aa65f484ab844296ce90d2d2e5bfc2259 (patch)
tree645dfbaee93b71a5ba9a4458772d4b4719c83ae1 /tests/ioCmd.test
parent3b0ee42270085b039b75e2e27a3a145399a1bfac (diff)
downloadtcl-8607752aa65f484ab844296ce90d2d2e5bfc2259.zip
tcl-8607752aa65f484ab844296ce90d2d2e5bfc2259.tar.gz
tcl-8607752aa65f484ab844296ce90d2d2e5bfc2259.tar.bz2
Case-sensitive package names
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 749d225..7b21baa 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -19,7 +19,7 @@ if {"::tcltest" ni [namespace children]} {
}
::tcltest::loadTestedCommands
-catch [list package require -exact Tcltest [info patchlevel]]
+catch [list package require -exact tcl::test [info patchlevel]]
package require tcltests
@@ -2085,8 +2085,8 @@ test iocmd-32.0 {origin interpreter of moved channel gone} -match glob -body {
set idb [interp create];#puts <<$idb>>
# Magic to get the test* commands in the children
- load {} Tcltest $ida
- load {} Tcltest $idb
+ load {} tcl::test $ida
+ load {} tcl::test $idb
# Set up channel in interpreter
interp eval $ida $helperscript
@@ -2123,8 +2123,8 @@ test iocmd-32.1 {origin interpreter of moved channel destroyed during access} -m
set idb [interp create];#puts <<$idb>>
# Magic to get the test* commands in the children
- load {} Tcltest $ida
- load {} Tcltest $idb
+ load {} tcl::test $ida
+ load {} tcl::test $idb
# Set up channel in thread
set chan [interp eval $ida $helperscript]
@@ -2194,7 +2194,7 @@ proc inthread {chan script args} {
# Test thread.
set tid [thread::create -preserved]
- thread::send $tid {load {} Tcltest}
+ thread::send $tid {load {} tcl::test}
# Init thread configuration.
# - Listed variables
@@ -2833,7 +2833,7 @@ test iocmd.tf-24.17.bug3522560 {postevent for transfered channel} \
return
}
LOG THREAD-STARTED
- load {} Tcltest
+ load {} tcl::test
proc bgerror s {
LOG BGERROR:$s
}
@@ -3790,10 +3790,10 @@ test iocmd.tf-32.0 {origin thread of moved channel gone} -match glob -body {
#puts <<$tcltest::mainThread>>main
set tida [thread::create -preserved];#puts <<$tida>>
- thread::send $tida {load {} Tcltest}
+ thread::send $tida {load {} tcl::test}
set tidb [thread::create -preserved];#puts <<$tidb>>
- thread::send $tidb {load {} Tcltest}
+ thread::send $tidb {load {} tcl::test}
# Set up channel in thread
thread::send $tida $helperscript
@@ -3840,9 +3840,9 @@ test iocmd.tf-32.1 {origin thread of moved channel destroyed during access} -mat
#puts <<$tcltest::mainThread>>main
set tida [thread::create -preserved];#puts <<$tida>>
- thread::send $tida {load {} Tcltest}
+ thread::send $tida {load {} tcl::test}
set tidb [thread::create -preserved];#puts <<$tidb>>
- thread::send $tidb {load {} Tcltest}
+ thread::send $tidb {load {} tcl::test}
# Set up channel in thread
thread::send $tida $helperscript