From fc824ccfb8c85eb78e34eb0543551701a958772e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Oct 2006 16:04:16 +0000 Subject: * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base directory but not prepend. * lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): do not join with dot. fixed: [ruby-core:09179] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8bb6b7f17..1c43ed680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 15 01:03:08 2006 Nobuyoshi Nakada + + * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base + directory but not prepend. + + * lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): do not + join with dot. fixed: [ruby-core:09179] + Sat Oct 14 23:39:50 2006 Yukihiro Matsumoto * parse.y (singleton): no need to re-create NODE_SELF() again. -- cgit