diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 00:10:53 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 00:10:53 (GMT) |
commit | c154ba6c9d19e15f91177a519b479932f3962406 (patch) | |
tree | d8c1a8c8618357d3e16427a708f80db52861b108 /tests | |
parent | 01b241d21fcda6f4f179218b55dbe5e54bfd2757 (diff) | |
download | tcl-c154ba6c9d19e15f91177a519b479932f3962406.zip tcl-c154ba6c9d19e15f91177a519b479932f3962406.tar.gz tcl-c154ba6c9d19e15f91177a519b479932f3962406.tar.bz2 |
* tests/namespace.test (namespace-41.3): removed the {knownBug}
constraint: [Bug 231259] is closed since nov 2001, and the fix of
[Bug 729692] (INST_START_CMD) makes the test succeed.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/namespace.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index 4eb2854..941fad5 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.24 2004/03/24 21:54:32 dkf Exp $ +# RCS: @(#) $Id: namespace.test,v 1.25 2004/05/22 00:10:54 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1167,7 +1167,7 @@ test namespace-41.2 {Shadowing byte-compiled commands, Bug: 231259} { set res } {New proc is called} -test namespace-41.3 {Shadowing byte-compiled commands, Bug: 231259} {knownBug} { +test namespace-41.3 {Shadowing byte-compiled commands, Bugs: 231259, 729692} { set res {} namespace eval ns { variable b 0 |