Yiiiiha! This day was shitty but that damn tests finally work.

bzr revid: nicolas.vanhoren@openerp.com-20130801160847-tcx6va9x1kp0q7eo
This commit is contained in:
niv-openerp 2013-08-01 18:08:47 +02:00
parent 9ce24aea39
commit f6318cc753
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ openerp.testing = {};
try {
return $.when(fn.apply(null, params)).then(function (result) {
// Wrap for RPC layer unwrapper thingy
return {result: result};
return result;
});
} catch (e) {
// not sure why this looks like that