diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-26 12:50:21 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-26 12:50:21 +0000 |
| commit | 27362b1a6ead4af4c2e2cab5fe74b6fff4689234 (patch) | |
| tree | 300b6a7e3d7e4c0c4a0745987cd00afe65cda53c /test/ruby | |
| parent | c36d6ee352a87b846cc7ffc1b3b272fa3b2b709e (diff) | |
| download | ruby-27362b1a6ead4af4c2e2cab5fe74b6fff4689234.tar.gz ruby-27362b1a6ead4af4c2e2cab5fe74b6fff4689234.tar.xz ruby-27362b1a6ead4af4c2e2cab5fe74b6fff4689234.zip | |
anyway renamed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_complex.rb | 4 | ||||
| -rw-r--r-- | test/ruby/test_rational.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/ruby/test_complex.rb b/test/ruby/test_complex.rb index e977e7a05..bfa985919 100644 --- a/test/ruby/test_complex.rb +++ b/test/ruby/test_complex.rb @@ -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) diff --git a/test/ruby/test_rational.rb b/test/ruby/test_rational.rb index 3fefa766b..8062d3fad 100644 --- a/test/ruby/test_rational.rb +++ b/test/ruby/test_rational.rb @@ -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) |
