From af5c89aba29208e6298cd59900eb13feaac963c8 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 9 Feb 2006 16:53:29 +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 b9d41ec..9f619bf 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.3 2006/02/09 16:42:55 dgp Exp $ +# RCS: @(#) $Id: apply.test,v 1.4 2006/02/09 16:53:29 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.3 {non-existing namespace} { +test apply-3.4 {non-existing namespace} { namespace eval ::NONEXIST::FOR::SURE {} set lambda [list x {set x 1} NONEXIST::FOR::SURE] apply $lambda x -- cgit v0.12