diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-28 00:04:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-28 00:04:32 (GMT) |
commit | 98e166525bea4632d8c876f9864349bc60b5a3fa (patch) | |
tree | 537a5e76a5089fb6a96d7385c5eb583a569e84f8 /tests/string.test | |
parent | c4c3d4dfe3f08943cbc221931d3c0654037c3b75 (diff) | |
download | tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.zip tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.tar.gz tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.tar.bz2 |
* tests/clock.test: Correct duplicate test names.
* tests/namespace.test:
* tests/string.test:
* tests/io.test (io-50.4): Use namespace variables.
Diffstat (limited to 'tests/string.test')
-rw-r--r-- | tests/string.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/string.test b/tests/string.test index b80d223..c715603 100644 --- a/tests/string.test +++ b/tests/string.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: string.test,v 1.42 2004/08/30 18:06:34 dkf Exp $ +# RCS: @(#) $Id: string.test,v 1.43 2004/10/28 00:04:39 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -649,7 +649,7 @@ test string-6.105 {string is wideinteger, false on bad octal} { test string-6.106 {string is wideinteger, false on bad hex} { list [string is wideinteger -fail var 0X345XYZ] $var } {0 5} -test string-6.105 {string is integer, bad integers} { +test string-6.107 {string is integer, bad integers} { # SF bug #634856 set result "" set numbers [list 1 +1 ++1 +-1 -+1 -1 --1 "- +1"] @@ -1394,4 +1394,4 @@ return # Local Variables: # mode: tcl -# End:
\ No newline at end of file +# End: |