# File test.rb, line 1348
  def test_tos()
    t = Mysql::Time.new(2005, 7, 19, 10, 15, 49)
    assert_equal("2005-07-19 10:15:49", t.to_s)
  end