From d5c5f6762e0e1aa7245404853e07bee6b906f782 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 22 Oct 2003 03:53:41 +0000 Subject: * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): ignore tests which raised LoadError. * test/drb/drbtest.rb, test/ruby/test_beginendblock.rb, test/ruby/test_system.rb: avoid requiring same file twice. * test/drb/test_drbssl.rb, test/drb/test_drbunix.rb: should not use ARGV unless invoked directly. do not create test cases unless required libraries are available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2c6becdc..5fd5a7604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Oct 22 12:53:31 2003 Nobuyoshi Nakada + + * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): + ignore tests which raised LoadError. + + * test/drb/drbtest.rb, test/ruby/test_beginendblock.rb, + test/ruby/test_system.rb: avoid requiring same file twice. + + * test/drb/test_drbssl.rb, test/drb/test_drbunix.rb: should not use + ARGV unless invoked directly. do not create test cases unless + required libraries are available. + Wed Oct 22 02:31:34 2003 Yukihiro Matsumoto * eval.c (ruby_cleanup): should not ignore exit_value in END -- cgit