diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-21 20:08:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-21 20:08:47 (GMT) |
commit | fcecb665ecf344f03f585fd3ee81d640314ab455 (patch) | |
tree | c836f11561cf56b86696fe652e1d97864fd38677 | |
parent | ecc126bc275141ebdaa83e74dd87645d1680d01c (diff) | |
parent | ecb01b0f0be5855c8c685cceea9e08cfd2210401 (diff) | |
download | tcl-fcecb665ecf344f03f585fd3ee81d640314ab455.zip tcl-fcecb665ecf344f03f585fd3ee81d640314ab455.tar.gz tcl-fcecb665ecf344f03f585fd3ee81d640314ab455.tar.bz2 |
merge trunk
-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} { |