odoo/openerp/tests/addons/test_exceptions
Vo Minh Thu a51b6912bd [FIX] safe_eval: better exception handling:
- the re-raising of exceptions ignored the "legal" exceptions
(the one used to early abort RPC calls and generate pop-ups)
- re-raising the exception was attempting to re-use the original
exception type but it does not always take only one argument
so it was breaking.

lp bug: https://launchpad.net/bugs/1146256 fixed

bzr revid: vmt@openerp.com-20130320132238-qzo3jptww59ndlch
2013-03-20 14:22:38 +01:00
..
__init__.py [IMP] tests: moved tests into openerp.tests, expose test suites. 2011-12-01 15:00:12 +01:00
__openerp__.py [IMP] test_exceptions/test_impex: added access rules. 2012-11-16 11:05:05 +01:00
ir.model.access.csv [IMP] test_exceptions/test_impex: added access rules. 2012-11-16 11:05:05 +01:00
models.py [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
view.xml [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00