Adding comment

This commit is contained in:
Arun Agrawal 2011-06-01 10:25:23 +00:00 committed by Jon Leighton
parent 230f788759
commit 7d447c4726

@ -135,6 +135,7 @@ def test_read_attributes_before_type_cast
def test_read_attributes_before_type_cast_on_boolean
bool = Boolean.create({ "value" => false })
if RUBY_PLATFORM =~ /java/
#JRuby will returns the value before typecast as integer
assert_equal 0, bool.reload.attributes_before_type_cast["value"]
else
assert_equal "0", bool.reload.attributes_before_type_cast["value"]