summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 00:06:09 (GMT)
committerredman <redman>1999-07-22 00:06:09 (GMT)
commit412a279944001fc8316ea68284207a0036d8e2fd (patch)
treef66273d4c12b024bbda1fd3ba3b1a0f59bde23cc /tests/ioCmd.test
parentdaeda8f9c3accd378ab1fb67803abe9b35ab6ebc (diff)
downloadtcl-412a279944001fc8316ea68284207a0036d8e2fd.zip
tcl-412a279944001fc8316ea68284207a0036d8e2fd.tar.gz
tcl-412a279944001fc8316ea68284207a0036d8e2fd.tar.bz2
* doc/open.n: Added documentation of \\.\comX notation for opening
serial ports on Windows (alternative to comX:). * tests/ioCmd.test: * doc/open.n: * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add -pollinterval option to fconfigure to modify the maxblocktime used in the fileevent polling. Added documentation and fixed the test case as well.
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index eaec167..1565a0a 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: ioCmd.test,v 1.6 1999/06/26 03:54:15 jenn Exp $
+# RCS: @(#) $Id: ioCmd.test,v 1.7 1999/07/22 00:06:10 redman Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -303,7 +303,7 @@ test iocmd-8.19 {fconfigure command / win tty channel} {nonPortable pcOnly} {
set r [list [catch {fconfigure $tty -blah blih} msg] $msg];
close $tty;
set r;
-} {1 {bad option "-blah": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, -translation, or -mode}}
+} {1 {bad option "-blah": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, -translation, -mode, or -pollinterval}}
test iocmd-9.1 {eof command} {
list [catch {eof} msg] $msg $errorCode