diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-30 16:54:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-30 16:54:03 (GMT) |
commit | a0ae34d63da31a804080d9ae04e24810f04979a3 (patch) | |
tree | d8d911c0165efa14242faf01a35133dfd531cc1f /tests/safe.test | |
parent | d0904f7d806117d3dc163f4fde31933756306b74 (diff) | |
download | tcl-a0ae34d63da31a804080d9ae04e24810f04979a3.zip tcl-a0ae34d63da31a804080d9ae04e24810f04979a3.tar.gz tcl-a0ae34d63da31a804080d9ae04e24810f04979a3.tar.bz2 |
* tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]
* library/auto.tcl (auto_reset): Removed "protected" list of commands
from [auto_reset]. All entries in the auto_index can be re-loaded.
* library/package.tcl: Updated comment to reflect 2004-07-28 commit.
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/safe.test b/tests/safe.test index ba6812f..67c2655 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: safe.test,v 1.14 2004/05/19 20:15:32 dkf Exp $ +# RCS: @(#) $Id: safe.test,v 1.15 2004/07/30 16:54:04 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -51,8 +51,9 @@ test safe-1.3 {safe::interpInit syntax} { slave name () name of the slave}} -test safe-2.1 {creating interpreters, should have no aliases} { - interp aliases +test safe-2.1 {creating interpreters, should have no aliases} empty { + # Disabled this test. It tests nothing sensible. [Bug 999612] + # interp aliases } "" test safe-2.2 {creating interpreters, should have no aliases} { catch {safe::interpDelete a} |