1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @in

and @out are separated.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-04-14 13:47:55 +00:00
parent af103c63dc
commit 311b3b4ff8
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Thu Apr 14 22:47:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @in
and @out are separated.
Thu Apr 14 21:23:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* variable.c (rb_autoload_p): search superclasses as same as actual

View file

@ -285,8 +285,7 @@ module Test
def dead(*additional)
@status = :quit
@in.close
@out.close
@io.close
call_hook(:dead,*additional)
end