diff options
| author | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-17 02:56:47 +0000 |
|---|---|---|
| committer | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-17 02:56:47 +0000 |
| commit | 305ec2ae3bda6e5061175808df3aa37aa4dc744c (patch) | |
| tree | becf656aa3e0cb8b0f8ff2b2efdbfea48b814156 /ChangeLog | |
| parent | 670da1cf80fb17705deeb29cb54f129f5ef16122 (diff) | |
| download | ruby-305ec2ae3bda6e5061175808df3aa37aa4dc744c.tar.gz ruby-305ec2ae3bda6e5061175808df3aa37aa4dc744c.tar.xz ruby-305ec2ae3bda6e5061175808df3aa37aa4dc744c.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu Feb 17 11:54:00 2005 Nathaniel Talbott <ntalbott@ruby-lang.org> + * 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:09:45 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * test/drb/ignore_test_drb.rb: move TestDRbReusePort to new file |
