From 0e305d8f705e1eea7513450f96093e9f5aeebace Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 2 Oct 2006 14:48:44 +0000 Subject: * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): load expanded path. fixed: [ruby-dev:29621] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a1cf55d2..d50241a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -Mon Oct 2 22:28:17 2006 Nobuyoshi Nakada +Mon Oct 2 23:47:55 2006 Nobuyoshi Nakada * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): base directory should be lower precedence. fixed: [ruby-dev:29622] * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): typo. + * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): + load expanded path. fixed: [ruby-dev:29621] + Mon Oct 2 15:47:55 2006 NAKAMURA Usaku * instruby.rb: batfile should be CRLF'ed. -- cgit