if (error){thrownewError('Expected not to receive an error');}
req.should.have.property('result');
req.result.should.not.be.undefined;
req.result.should.be.deep.equal([{gender_id:2,period_id:3,school_year_id:11,gender_name:'Feminino',period_name:'Integral',school_year_name:'Creche - Menor de 1 ano'}]);
done();
});
});
it('should transform a result and delete the ids',(done)=>{