From 26ed5a5a48d96cce3f3a29775e1528a71f9c9978 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 9 Feb 2006 16:42:55 +0000 Subject: dup test name --- tests/apply.test | 4 ++-- 1 file 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 -- cgit v0.12