diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-05 13:18:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-05 13:18:25 (GMT) |
commit | 04756a2aabf90528f4c03ce5f69e76ac056ded7a (patch) | |
tree | d706ce7007395f1713eeb2922ef9b5188074103d /tests/indexObj.test | |
parent | a721d2a2fbcf2cacf3b6fffd2b4c09aaf5b83350 (diff) | |
download | tcl-04756a2aabf90528f4c03ce5f69e76ac056ded7a.zip tcl-04756a2aabf90528f4c03ce5f69e76ac056ded7a.tar.gz tcl-04756a2aabf90528f4c03ce5f69e76ac056ded7a.tar.bz2 |
Ooops
Diffstat (limited to 'tests/indexObj.test')
-rw-r--r-- | tests/indexObj.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indexObj.test b/tests/indexObj.test index 6df9082..acffdcc 100644 --- a/tests/indexObj.test +++ b/tests/indexObj.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: indexObj.test,v 1.11 2006/04/05 12:48:26 dkf Exp $ +# RCS: @(#) $Id: indexObj.test,v 1.12 2006/04/05 13:18:25 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -65,7 +65,7 @@ test indexObj-2.6 {TCL_EXACT => no "ambiguous" error message} { } {1 {bad token "d": must be dumb, daughter, a, or c}} test indexObj-2.7 {exact match of empty values} testindexobj { list [catch {testindexobj 1 1 {} a b c} msg] $msg -} {1 {bad token "": must be a, b, or c}} +} {1 {ambiguous token "": must be a, b, or c}} test indexObj-2.8 {exact match of empty values: singleton case} testindexobj { list [catch {testindexobj 1 1 {} a} msg] $msg } {1 {bad token "": must be a}} |