# File test/src/sql_test.rb, line 49
  def testRelationWithWhere
    verify_relation('select * from table where x=1', 
      'select * from table where x = 1')
  end