# File test/src/sql_test.rb, line 42 def testSimpleRelationWithAlias verify_relation('select x.* from table1 x', 'select x.* from table1 AS x') end