зеркало из https://github.com/github/ruby.git
anyway renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c4247b5216
Коммит
69ad92d9ca
|
@ -4,7 +4,7 @@ class ComplexSub < Complex; end
|
|||
|
||||
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 @@ class Complex_Test < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_sub2
|
||||
def test_sub
|
||||
c = Complex(1,2)
|
||||
c2 = Complex(2,3)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ class RationalSub < Rational; end
|
|||
|
||||
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче