# File test/src/sql_test.rb, line 25
  def testSimpleRelation
    verify_relation('select * from table1', 'select * from table1')
  end