Project

General

Profile

Bug #5773 ยป failing_test.patch

tenderlovemaking (Aaron Patterson), 12/18/2011 12:33 PM

View differences:

test/bigdecimal/test_bigdecimal.rb
"Expected #{x.inspect} to be negative zero")
end
def test_not_equal
assert_not_equal BigDecimal("1"), BigDecimal.allocate
end
def test_global_new
assert_equal(1, BigDecimal("1"))
assert_equal(1, BigDecimal("1", 1))
    (1-1/1)