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

ruby-changes:4353

From: ko1@a...
Date: Wed, 26 Mar 2008 21:50:38 +0900 (JST)
Subject: [ruby-changes:4353] tadf - Ruby:r15843 (trunk): anyway renamed.

tadf	2008-03-26 21:50:21 +0900 (Wed, 26 Mar 2008)

  New Revision: 15843

  Modified files:
    trunk/test/ruby/test_complex.rb
    trunk/test/ruby/test_rational.rb

  Log:
    anyway renamed.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_complex.rb?r1=15843&r2=15842&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_rational.rb?r1=15843&r2=15842&diff_format=u

Index: test/ruby/test_complex.rb
===================================================================
--- test/ruby/test_complex.rb	(revision 15842)
+++ test/ruby/test_complex.rb	(revision 15843)
@@ -4,7 +4,7 @@
 
 class Complex_Test < Test::Unit::TestCase
 
-  def test_sub
+  def test_compsub
     c = ComplexSub.__send__(:new, 1)
     cc = ComplexSub.__send__(:convert, 1)
     if defined?(ComplexSub::Unify)
@@ -314,7 +314,7 @@
     end
   end
 
-  def test_sub2
+  def test_sub
     c = Complex(1,2)
     c2 = Complex(2,3)
 
Index: test/ruby/test_rational.rb
===================================================================
--- test/ruby/test_rational.rb	(revision 15842)
+++ test/ruby/test_rational.rb	(revision 15843)
@@ -4,7 +4,7 @@
 
 class Rational_Test < Test::Unit::TestCase
 
-  def test_sub
+  def test_ratsub
     c = RationalSub.__send__(:new, 1)
     cc = RationalSub.__send__(:convert, 1)
     if defined?(RationalSub::Unify)

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

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