зеркало из https://github.com/github/ruby.git
* test/bigdecimal/test_bigdecimal.rb (test_version): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6466df87a6
Коммит
8a74797f13
|
@ -1,3 +1,7 @@
|
|||
Sat Jul 31 01:23:45 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* test/bigdecimal/test_bigdecimal.rb (test_version): removed.
|
||||
|
||||
Sat Jul 30 23:19:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* defs/default_gems: separate from tool/rbinstall.rb.
|
||||
|
|
|
@ -43,10 +43,6 @@ class TestBigDecimal < Test::Unit::TestCase
|
|||
"Expected #{x.inspect} to be negative zero")
|
||||
end
|
||||
|
||||
def test_version
|
||||
assert_equal("1.0.1", BigDecimal.ver)
|
||||
end
|
||||
|
||||
def test_global_new
|
||||
assert_equal(1, BigDecimal("1"))
|
||||
assert_equal(1, BigDecimal("1", 1))
|
||||
|
|
Загрузка…
Ссылка в новой задаче