diff options
author | dgp <dgp@users.sourceforge.net> | 2006-02-09 16:42:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-02-09 16:42:55 (GMT) |
commit | 26ed5a5a48d96cce3f3a29775e1528a71f9c9978 (patch) | |
tree | 28be4780fe6484ea6ee245cb154f1a689c096836 /tests | |
parent | 4614d3429b91de67c084a952d9a124a4f5bbbf9e (diff) | |
download | tcl-26ed5a5a48d96cce3f3a29775e1528a71f9c9978.zip tcl-26ed5a5a48d96cce3f3a29775e1528a71f9c9978.tar.gz tcl-26ed5a5a48d96cce3f3a29775e1528a71f9c9978.tar.bz2 |
dup test name
Diffstat (limited to 'tests')
-rw-r--r-- | tests/apply.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/apply.test b/tests/apply.test index 9218847..b9d41ec 100644 --- a/tests/apply.test +++ b/tests/apply.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: apply.test,v 1.2 2006/02/01 20:17:28 msofer Exp $ +# RCS: @(#) $Id: apply.test,v 1.3 2006/02/09 16:42:55 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -104,7 +104,7 @@ test apply-3.3 {non-existing namespace} { list $res $msg } {1 {cannot find namespace "::NONEXIST::FOR::SURE"}} -test apply-3.2 {non-existing namespace} { +test apply-3.3 {non-existing namespace} { namespace eval ::NONEXIST::FOR::SURE {} set lambda [list x {set x 1} NONEXIST::FOR::SURE] apply $lambda x |