summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-02-19 14:12:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-02-19 14:12:37 (GMT)
commit6e09fe5ab9ddbbae2b244f94e57a830a9759b0fa (patch)
treeb46adbada694eca450f07fb8d879a35acafda860 /tests
parentc91f173c8b1d3db987da4db9516320af5771bf3a (diff)
parentfa1ab4f7406c54a825d0a91a5af095804b334fa8 (diff)
downloadtcl-6e09fe5ab9ddbbae2b244f94e57a830a9759b0fa.zip
tcl-6e09fe5ab9ddbbae2b244f94e57a830a9759b0fa.tar.gz
tcl-6e09fe5ab9ddbbae2b244f94e57a830a9759b0fa.tar.bz2
[1230597] Update test comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/namespace.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index 8c4b81c..fab0040 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -303,7 +303,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} {