summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-04 17:59:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-04 17:59:06 (GMT)
commite783711c2c8313fcd8782ac5136c17f63d87b896 (patch)
tree737017f162084f33f7fca3f2afa08a4ee675b5bc /tests/namespace.test
parent4a39b416c8cd105a1c8bcd0e88f21cff8abe51e6 (diff)
downloadtcl-e783711c2c8313fcd8782ac5136c17f63d87b896.zip
tcl-e783711c2c8313fcd8782ac5136c17f63d87b896.tar.gz
tcl-e783711c2c8313fcd8782ac5136c17f63d87b896.tar.bz2
Bug 1400572 will remain knownBug for 8.4.14
Diffstat (limited to 'tests/namespace.test')
-rw-r--r--tests/namespace.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index 68d0c66..e3d3ffe 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: namespace.test,v 1.21.2.9 2006/01/09 18:34:18 dgp Exp $
+# RCS: @(#) $Id: namespace.test,v 1.21.2.10 2006/10/04 17:59:06 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -1123,7 +1123,7 @@ test namespace-29.5 {NamespaceInscopeCmd, has lappend semantics} {
list [namespace inscope test_ns_1 cmd x y z] \
[namespace eval test_ns_1 [concat cmd [list x y z]]]
} {{::test_ns_1::cmd: v=747, args=x y z} {::test_ns_1::cmd: v=747, args=x y z}}
-test namespace-29.6 {NamespaceInscopeCmd, 1400572} {
+test namespace-29.6 {NamespaceInscopeCmd, 1400572} knownBug {
namespace inscope test_ns_1 {info level 0}
} {namespace inscope test_ns_1 {info level 0}}