[前][次][番号順一覧][スレッド一覧]

ruby-changes:36060

From: akr <ko1@a...>
Date: Sun, 26 Oct 2014 08:20:15 +0900 (JST)
Subject: [ruby-changes:36060] akr:r48141 (trunk): A test renamed.

akr	2014-10-26 08:20:08 +0900 (Sun, 26 Oct 2014)

  New Revision: 48141

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48141

  Log:
    A test renamed.

  Modified files:
    trunk/test/ruby/test_io.rb
Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 48140)
+++ test/ruby/test_io.rb	(revision 48141)
@@ -1370,7 +1370,7 @@ class TestIO < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L1370
     end
   end
 
-  def test_close_read_pipe_nosync
+  def test_write_epipe_nosync
     assert_separately([], <<-"end;")
       r, w = IO.pipe
       r.close

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]