summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-02-19 14:10:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-02-19 14:10:55 (GMT)
commit58b67990b95b7d36b3099c43cfcf6448b9c1b23d (patch)
tree260947555700bb5a2d7ca2e609421fdd76fa72ce /tests/namespace.test
parentc3c6e18ae396cac45fbc5d94ce9e2e7b7cc2ffc3 (diff)
downloadtcl-58b67990b95b7d36b3099c43cfcf6448b9c1b23d.zip
tcl-58b67990b95b7d36b3099c43cfcf6448b9c1b23d.tar.gz
tcl-58b67990b95b7d36b3099c43cfcf6448b9c1b23d.tar.bz2
[1230597] Update test comment.
Diffstat (limited to 'tests/namespace.test')
-rw-r--r--tests/namespace.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index b59e09e..71b6860 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -301,7 +301,7 @@ test namespace-9.4 {Tcl_Import, simple import} {
}
test_ns_import::p
} {cmd1: 123}
-test namespace-9.5 {Tcl_Import, can't redefine cmd unless allowOverwrite!=0} {
+test namespace-9.5 {Tcl_Import, RFE 1230597} {
list [catch {namespace eval test_ns_import {namespace import ::test_ns_export::*}} msg] $msg
} {0 {}}
test namespace-9.6 {Tcl_Import, cmd redefinition ok if allowOverwrite!=0} {