diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 14:30:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 14:30:03 (GMT) |
commit | ab075d4de6e44ed1a638b47cb4a287b5d9c47580 (patch) | |
tree | d81eb379e6e5cbf731a563981a715023852c6e66 /tests/reg.test | |
parent | 78fbe7e16e6796847893e608e886b3e779a6e98e (diff) | |
download | tcl-ab075d4de6e44ed1a638b47cb4a287b5d9c47580.zip tcl-ab075d4de6e44ed1a638b47cb4a287b5d9c47580.tar.gz tcl-ab075d4de6e44ed1a638b47cb4a287b5d9c47580.tar.bz2 |
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358]
Diffstat (limited to 'tests/reg.test')
-rw-r--r-- | tests/reg.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reg.test b/tests/reg.test index 86f0098..a4f5bea 100644 --- a/tests/reg.test +++ b/tests/reg.test @@ -9,7 +9,7 @@ # # Copyright (c) 1998, 1999 Henry Spencer. All rights reserved. # -# RCS: @(#) $Id: reg.test,v 1.16 2002/07/29 12:28:35 dkf Exp $ +# RCS: @(#) $Id: reg.test,v 1.16.2.1 2003/10/06 14:30:06 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -138,7 +138,7 @@ proc doing {major desc} { # build test number (internal) proc tno {testid} { - return [lindex $testid 0] + return [join $testid .] } # build description, with possible modifiers (internal) |