From e8aefaddfa151b4b9314092bc18d3cf05d47dc71 Mon Sep 17 00:00:00 2001 From: "Richard Mathot (OpenERP)" Date: Tue, 4 Mar 2014 15:29:16 +0100 Subject: [PATCH] [FIX] Re-enabling tests for hr_evaluation bzr revid: rim@openerp.com-20140304142916-1jgu51t8mdmm00xz --- addons/hr_evaluation/__openerp__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index c97841aa815..9d7ca256ad2 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -60,10 +60,10 @@ Key Features # 'hr_evaluation_installer.xml', ], # "demo": ["hr_evaluation_demo.xml"], - # 'test': [ - # 'test/test_hr_evaluation.yml', - # 'test/hr_evalution_demo.yml', - # ], + 'test': [ + 'test/test_hr_evaluation.yml', + 'test/hr_evalution_demo.yml', + ], 'auto_install': False, 'installable': True, 'application': True,