diff options
author | dgp <dgp@users.sourceforge.net> | 2014-02-19 14:12:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-02-19 14:12:37 (GMT) |
commit | ecb01b0f0be5855c8c685cceea9e08cfd2210401 (patch) | |
tree | b46adbada694eca450f07fb8d879a35acafda860 /tests/namespace.test | |
parent | bd474d3d6b7f770543d6e93ca2b6c9212c551bdf (diff) | |
parent | 58b67990b95b7d36b3099c43cfcf6448b9c1b23d (diff) | |
download | tcl-ecb01b0f0be5855c8c685cceea9e08cfd2210401.zip tcl-ecb01b0f0be5855c8c685cceea9e08cfd2210401.tar.gz tcl-ecb01b0f0be5855c8c685cceea9e08cfd2210401.tar.bz2 |
[1230597] Update test comment.
Diffstat (limited to 'tests/namespace.test')
-rw-r--r-- | tests/namespace.test | 2 |
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} { |