From c08167020390a72db8dab908f577f3fa4497634d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2003 06:57:14 +0000 Subject: * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): prepend the directory of target file to the load path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a9bd74c0..8f432455a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 21 15:57:11 2003 Nobuyoshi Nakada + + * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): + prepend the directory of target file to the load path. + Tue Oct 21 15:08:53 2003 NAKAMURA Usaku * win32/win32.c (do_spawn, do_aspawn): should wait child process even -- cgit