diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 02:01:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 02:01:59 +0000 |
| commit | c9a46c48cf21793e29696a5303a97d321d409143 (patch) | |
| tree | 9545bad3ed3db7ae2f83ad65cac6f49e4bc57fbc /ChangeLog | |
| parent | 6beac053338e2986dbff5719991f1ece40d63d2e (diff) | |
* lib/test/unit.rb: use standalone runner for -e.
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): accept
multiple -p and -x options.
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect):
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Dec 19 11:01:25 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/test/unit.rb: use standalone runner for -e. + + * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): accept + multiple -p and -x options. + + * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect): + ditto. + Sat Dec 18 16:36:23 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): |
