summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-17 13:43:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-17 13:43:54 (GMT)
commit5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6 (patch)
tree66e143ccd83f47de16a78d7ad17c2b16adf8248f /tests/chanio.test
parent3013ff330e1917f7d543a69bbbc50e19ac4e8090 (diff)
downloadtcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.zip
tcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.tar.gz
tcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.tar.bz2
Change "channelId" to "channel" in documentation, error-handling and testcases
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 6173d0d..e95a0ca 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -5505,10 +5505,10 @@ test chan-io-40.16 {verify no tilde substitution in open} -setup {
test chan-io-41.1 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event foo
-} -returnCodes error -result {wrong # args: should be "chan event channelId event ?script?"}
+} -returnCodes error -result {wrong # args: should be "chan event channel event ?script?"}
test chan-io-41.2 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event foo bar baz q
-} -returnCodes error -result {wrong # args: should be "chan event channelId event ?script?"}
+} -returnCodes error -result {wrong # args: should be "chan event channel event ?script?"}
test chan-io-41.3 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event gorp readable
} -returnCodes error -result {can not find channel named "gorp"}