From 6fac9449fa9427913a5f64f6608900991ae7aec6 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 4 Apr 2002 05:36:56 +0000 Subject: * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias to GetMatchingFiles), which was a public function in tcltest 1.0. --- ChangeLog | 5 +++++ library/tcltest/tcltest.tcl | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b18f48..9c7cc7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-03 Jeff Hobbs + + * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias + to GetMatchingFiles), which was a public function in tcltest 1.0. + 2002-04-01 Vince Darley * generic/tclEnv.c: diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index a64a6c4..1bd570b 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -15,7 +15,7 @@ # Copyright (c) 2000 by Ajuba Solutions # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.43 2002/03/27 08:19:57 dgp Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.44 2002/04/04 05:36:56 hobbs Exp $ # create the "tcltest" namespace for all testing variables and # procedures @@ -2547,6 +2547,9 @@ proc tcltest::cleanupTests {{calledFromAllFile 0}} { # Side Effects: # None +# a lower case version is needed for compatibility with 8.3 +interp alias {} tcltest::getMatchingFiles {} tcltest::GetMatchingFiles + proc tcltest::GetMatchingFiles { {searchDirectory ""} } { if {[llength [info level 0]] == 1} { set searchDirectory [testsDirectory] -- cgit v0.12