summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-28 00:04:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-28 00:04:32 (GMT)
commit98e166525bea4632d8c876f9864349bc60b5a3fa (patch)
tree537a5e76a5089fb6a96d7385c5eb583a569e84f8 /tests/namespace.test
parentc4c3d4dfe3f08943cbc221931d3c0654037c3b75 (diff)
downloadtcl-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/namespace.test')
-rw-r--r--tests/namespace.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index cc31389..4180ca5 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: namespace.test,v 1.41 2004/10/22 15:46:37 dkf Exp $
+# RCS: @(#) $Id: namespace.test,v 1.42 2004/10/28 00:04:39 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -432,7 +432,7 @@ test namespace-10.8 {Tcl_ForgetImport: Bug 560297} -setup {
namespace delete origin link link2 my
}
-test namespace-10.8 {Tcl_ForgetImport: Bug 560297} -setup {
+test namespace-10.9 {Tcl_ForgetImport: Bug 560297} -setup {
namespace eval origin {
namespace export cmd
proc cmd {} {}