From 128a330294dc9b14aa09320d9ee0e351625b103c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 2 Oct 2006 13:29:07 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff5b2a9af..d52b8349a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 2 22:28:17 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. + Mon Oct 2 15:49:19 2006 NAKAMURA Usaku * instruby.rb: batfile should be CRLF'ed. -- cgit