diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-25 21:35:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-25 21:35:21 (GMT) |
commit | d7da458e608be0b0dddf1f8a42537dfdb91316f3 (patch) | |
tree | c41bf3ca64151f86e1cd21d3ee0e29b357d1d4d7 /tests/namespace.test | |
parent | d6d4bb969fa1616d93e6a3f125308a6c386af51e (diff) | |
download | tcl-d7da458e608be0b0dddf1f8a42537dfdb91316f3.zip tcl-d7da458e608be0b0dddf1f8a42537dfdb91316f3.tar.gz tcl-d7da458e608be0b0dddf1f8a42537dfdb91316f3.tar.bz2 |
Stop test from getting stomped by preceding tests...
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 987741e..a19f3c4 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.29 2004/08/25 21:28:27 dkf Exp $ +# RCS: @(#) $Id: namespace.test,v 1.30 2004/08/25 21:35:21 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1667,7 +1667,7 @@ test namespace-47.7 {ensemble: unknown handler and namespace import} { lappend result YYY $args } } - namespace import foo::bar + namespace import -force foo::bar set result {} lappend result [catch {namespace ensemble config bar} msg] $msg bar x 123 |