diff options
| author | dgp@users.sourceforge.net <dgp> | 2005-05-12 22:48:17 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2005-05-12 22:48:17 (GMT) |
| commit | 0f7fcdd54b8a451ac954703fe76e60e6924d0d1a (patch) | |
| tree | 0bfd36d33dc4de45dfd1c0dabb1fcbeb07fda76a /tests/util.test | |
| parent | 34e4fb8cee147e3f9522fcf4592003bfdf317d49 (diff) | |
| download | tcl-0f7fcdd54b8a451ac954703fe76e60e6924d0d1a.zip tcl-0f7fcdd54b8a451ac954703fe76e60e6924d0d1a.tar.gz tcl-0f7fcdd54b8a451ac954703fe76e60e6924d0d1a.tar.bz2 | |
Corrected duplication of test names
Diffstat (limited to 'tests/util.test')
| -rw-r--r-- | tests/util.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/util.test b/tests/util.test index 99419c5..da243cd 100644 --- a/tests/util.test +++ b/tests/util.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: util.test,v 1.16 2005/05/10 18:35:25 kennykb Exp $ +# RCS: @(#) $Id: util.test,v 1.17 2005/05/12 22:48:18 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1105,7 +1105,7 @@ test util-11.21 {Tcl_PrintDouble - scaling} { test util-11.22 {Tcl_PrintDouble - scaling} { expr 1.1e16 } {11000000000000000.0} -test util-11.21 {Tcl_PrintDouble - scaling} { +test util-11.23 {Tcl_PrintDouble - scaling} { expr 1.1e17 } {1.1e+17} |
