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

* test/net/imap/test_imap.rb (test_exception_during_shutdown):

need to raise always.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-06-05 05:11:15 +00:00
parent 159fd9ee6c
commit f75ab0150d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Sat Jun 5 14:11:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/net/imap/test_imap.rb (test_exception_during_shutdown):
need to raise always.
Sat Jun 5 13:13:30 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returning

View file

@ -338,6 +338,7 @@ class IMAPTest < Test::Unit::TestCase
imap.instance_eval do
def @sock.shutdown(*args)
super
ensure
raise "error"
end
end