summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-25 21:37:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-25 21:37:29 (GMT)
commitbbc1a01f8e4cbb285dfd5bf13c65230feef8fe05 (patch)
tree369339edc873d119580da638e82692cf268a7d2c /tests/namespace.test
parentd7da458e608be0b0dddf1f8a42537dfdb91316f3 (diff)
downloadtcl-bbc1a01f8e4cbb285dfd5bf13c65230feef8fe05.zip
tcl-bbc1a01f8e4cbb285dfd5bf13c65230feef8fe05.tar.gz
tcl-bbc1a01f8e4cbb285dfd5bf13c65230feef8fe05.tar.bz2
D'oh! Put the correct value in... :^}
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 a19f3c4..0235d74 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.30 2004/08/25 21:35:21 dkf Exp $
+# RCS: @(#) $Id: namespace.test,v 1.31 2004/08/25 21:37:29 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -1674,7 +1674,7 @@ test namespace-47.7 {ensemble: unknown handler and namespace import} {
bar y 456
namespace delete foo
set result
-} {1 {bar is not an ensemble command} XXX 123 ::bar {y 456} YYY 456}
+} {1 {bar is not an ensemble command} XXX 123 ::foo::bar {y 456} YYY 456}
# cleanup
catch {rename cmd1 {}}