# File test.rb, line 1312
  def test_year()
    t = Mysql::Time.new
    assert_equal(2005, t.year = 2005)
    assert_equal(2005, t.year)
  end