summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-02-24 19:11:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-02-24 19:11:37 (GMT)
commitf55e244964812fe19d0d8cc3792bbe5ff0620506 (patch)
tree8ee2b75bfb1b58947e208256229af77f3f88e91d /tests
parentd0f15c03d3f5385a24eea5b7b2cdc6f8d95a8933 (diff)
parent527d583d939f70450bc8b3db5077dd7d806c7c3e (diff)
downloadtcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.zip
tcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.tar.gz
tcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.tar.bz2
Merge the stricter binary mode experiment.
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 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} {