# File test.rb, line 1318
  def test_month()
    t = Mysql::Time.new
    assert_equal(11, t.month = 11)
    assert_equal(11, t.month)
  end