summaryrefslogtreecommitdiffstats
path: root/tests/reg.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 14:30:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 14:30:03 (GMT)
commitab075d4de6e44ed1a638b47cb4a287b5d9c47580 (patch)
treed81eb379e6e5cbf731a563981a715023852c6e66 /tests/reg.test
parent78fbe7e16e6796847893e608e886b3e779a6e98e (diff)
downloadtcl-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.test4
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)