diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-10-28 00:04:32 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-10-28 00:04:32 (GMT) |
| commit | 5bd62d59d6109ba92d1a72fc71e03cebe221b4b9 (patch) | |
| tree | 537a5e76a5089fb6a96d7385c5eb583a569e84f8 /tests/namespace.test | |
| parent | c6f2c42bd901b5dadabdd152b00de0f6ac555e16 (diff) | |
| download | tcl-5bd62d59d6109ba92d1a72fc71e03cebe221b4b9.zip tcl-5bd62d59d6109ba92d1a72fc71e03cebe221b4b9.tar.gz tcl-5bd62d59d6109ba92d1a72fc71e03cebe221b4b9.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.test | 4 |
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 {} {} |
