# File test.rb, line 1353
  def test_eql()
    t1 = Mysql::Time.new(2005,7,19,23,56,13)
    t2 = Mysql::Time.new(2005,7,19,23,56,13)
    assert_equal(t1, t2)
  end