From f2d29b01cb8d47b9689af62ec4d67059277580d9 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Thu, 17 Feb 2005 04:50:49 +0000 Subject: * lib/test/unit/collector.rb (collect_file): now deletes paths added to $LOAD_PATH instead of restoring it verbatim. * lib/test/unit/autorunner.rb (AutoRunner.run): fixed so that 'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace collector again. Also tried to simplify the calling convention. * test/runner.rb: adjusted for new AutoRunner semantics. * lib/test/unit.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c8e25ef9c..7a69ae2f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Feb 17 13:46:00 2005 Nathaniel Talbott + * lib/test/unit/collector.rb (collect_file): now deletes paths added + to $LOAD_PATH instead of restoring it verbatim. + + * lib/test/unit/autorunner.rb (AutoRunner.run): fixed so that + 'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace + collector again. Also tried to simplify the calling convention. + + * test/runner.rb: adjusted for new AutoRunner semantics. + + * lib/test/unit.rb: ditto. + Thu Feb 17 00:31:21 2005 Masatoshi SEKI * test/drb/test_drb.rb, ut_safe1.rb: port from 1.8 -- cgit v1.2.3