diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2008-07-21 21:12:49 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2008-07-21 21:12:49 (GMT) |
commit | ca32e49e84dd1c4b6f27fac6eb8a747cd699d864 (patch) | |
tree | d3a94033ea6c39e16a089ce6cd9e160555542c68 /tests/ioTrans.test | |
parent | 4ca6151924c3e7338fb1cdca30d81430477673f8 (diff) | |
download | tcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.zip tcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.tar.gz tcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.tar.bz2 |
Resync with recent ?arg ...? normalization
Diffstat (limited to 'tests/ioTrans.test')
-rw-r--r-- | tests/ioTrans.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioTrans.test b/tests/ioTrans.test index 1b329c3..d26789c 100644 --- a/tests/ioTrans.test +++ b/tests/ioTrans.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: ioTrans.test,v 1.6 2008/07/21 21:02:20 ferrieux Exp $ +# RCS: @(#) $Id: ioTrans.test,v 1.7 2008/07/21 21:12:49 ferrieux Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -115,7 +115,7 @@ eval $helperscript test iortrans-1.0 {chan, wrong#args} { catch {chan} msg set msg -} {wrong # args: should be "chan subcommand ?argument ...?"} +} {wrong # args: should be "chan subcommand ?arg ...?"} test iortrans-1.1 {chan, unknown method} -body { chan foo } -returnCodes error -match glob -result {unknown or ambiguous subcommand "foo": must be*} |