Actions
Bug #3318
closednet/imap/test_imap.rb reports an error on Windows
Bug #3318:
net/imap/test_imap.rb reports an error on Windows
Description
=begin
imapのテストが以下のようなエラーを出します。
- Error:
test_idle_done_not_during_idle(IMAPTest):
IOError: closed stream
C:/ruby/test/net/imap/test_imap.rb:283:in `test_idle_done_not_during_idle'
以下のパッチで問題は出なくなるんですが、これでいいんでしょうか?
実はsocketレベルに問題がありそうだったりしますか?
Index: lib/net/imap.rb¶
--- lib/net/imap.rb (revision 27889)
+++ lib/net/imap.rb (working copy)
@@ -311,7 +311,7 @@ module Net
@receiver_thread.raise(e)
end
@receiver_thread.join
-
@sock.close
-
end@sock.close unless @sock.closed? raise e if e
=end
Actions
Like0
Like0Like0Like0Like0Like0