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

ruby-changes:24564

From: nobu <ko1@a...>
Date: Sat, 4 Aug 2012 01:54:40 +0900 (JST)
Subject: [ruby-changes:24564] nobu:r36615 (trunk): test_super.rb: rename

nobu	2012-08-04 01:54:19 +0900 (Sat, 04 Aug 2012)

  New Revision: 36615

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

  Log:
    test_super.rb: rename
    
    * test/ruby/test_super.rb (TestSuper#test_double_include2): rename to
      get rid of redefinition.

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

Index: test/ruby/test_super.rb
===================================================================
--- test/ruby/test_super.rb	(revision 36614)
+++ test/ruby/test_super.rb	(revision 36615)
@@ -244,7 +244,7 @@
     A.send(:include, Override)
   end
 
-  def test_double_include
+  def test_double_include2
     assert_equal([:Base, :Override, :A, :Override, :B],
                  DoubleInclude2::B.new.foo)
   end

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

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