diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-15 15:26:04 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-15 15:26:04 +0000 |
| commit | 83d9beb56ac73c3c1a48ebfa6c3435b8c4ac6af2 (patch) | |
| tree | 288c8beeee33cfac193f338773675cc3afc17b23 /ChangeLog | |
| parent | 4ab40f595fba4544053047029d5ff6fae9f70f20 (diff) | |
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
method.
* test/ruby/test_argf.rb: use assert_in_out_err instead of
EnvUtil.rubyexec.
* test/ruby/test_module.rb: ditto.
* test/ruby/test_require.rb: ditto.
* test/ruby/test_objectspace.rb: ditto.
* test/ruby/test_object.rb: ditto.
* test/ruby/test_string.rb: ditto.
* test/ruby/test_method.rb: ditto.
* test/ruby/test_variable.rb: ditto.
* test/ruby/test_io.rb: ditto.
* test/ruby/test_rubyoptions.rb: ditto.
* test/ruby/test_exception.rb: ditto.
* test/ruby/test_class.rb: ditto.
* test/ruby/test_thread.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +Wed Jul 16 00:04:30 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new + method. + + * test/ruby/test_argf.rb: use assert_in_out_err instead of + EnvUtil.rubyexec. + + * test/ruby/test_module.rb: ditto. + + * test/ruby/test_require.rb: ditto. + + * test/ruby/test_objectspace.rb: ditto. + + * test/ruby/test_object.rb: ditto. + + * test/ruby/test_string.rb: ditto. + + * test/ruby/test_method.rb: ditto. + + * test/ruby/test_variable.rb: ditto. + + * test/ruby/test_io.rb: ditto. + + * test/ruby/test_rubyoptions.rb: ditto. + + * test/ruby/test_exception.rb: ditto. + + * test/ruby/test_class.rb: ditto. + + * test/ruby/test_thread.rb: ditto. + Tue Jul 15 22:34:03 2008 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub (ruby_version): follow changes in configure.in. |
