@@ -258,22 +258,41 @@ describe(Support.getTestDialectTeaser("Model"), function () {
});
it('should support renaming of sequelize method fields',function(){
varUser=this.sequelize.define('user',{
varTest=this.sequelize.define('test',{
someProperty:Sequelize.VIRTUAL// Since we specify the AS part as a part of the literal string, not with sequelize syntax, we have to tell sequelize about the field