# File test.rb, line 1324 def test_day() t = Mysql::Time.new assert_equal(23, t.day = 23) assert_equal(23, t.day) end