# File test.rb, line 1342
  def test_second()
    t = Mysql::Time.new
    assert_equal(34, t.second = 34)
    assert_equal(34, t.second)
  end