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

ruby-changes:30063

From: nagachika <ko1@a...>
Date: Mon, 22 Jul 2013 23:53:30 +0900 (JST)
Subject: [ruby-changes:30063] nagachika:r42115 (trunk): * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated

nagachika	2013-07-22 23:53:20 +0900 (Mon, 22 Jul 2013)

  New Revision: 42115

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

  Log:
    * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated
      test method.

  Modified files:
    trunk/test/ruby/test_io.rb

Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 42114)
+++ test/ruby/test_io.rb	(revision 42115)
@@ -528,7 +528,7 @@ class TestIO < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L528
     }
   end
 
-  def test_copy_stream_bigcontent
+  def test_copy_stream_bigcontent_fpos
     with_bigsrc {|bigsrc, bigcontent|
       File.open(bigsrc) {|f|
         begin

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

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