odoo/addons/web/tests
Xavier Morel db4d08e3a9 [FIX] Extension of controller in-place with explicit spec of same _cp_path
When extending a controller in-place (e.g. A(Controller), B(A)) and
providing the exact same _cp_path as parent (no-op) execution path
would go into handler for _cp_path overwriting and raise an assertion
error for overwriting of existing controller.

Except this is allowed (if ugly) pattern, so warn & ignore behavior
(it is harmless).

bzr revid: xmo@openerp.com-20130418092405-wrmmrd648b9koefu
2013-04-18 11:24:05 +02:00
..
qunitsuite [IMP] testjs command 2012-12-09 03:48:10 +01:00
__init__.py [TESTS] add dispatcher tests 2013-03-29 15:03:29 +01:00
test_dataset.py [REM] EVALPOCALYPSE PART ONE 2012-11-26 11:54:50 +01:00
test_dispatch.py [FIX] Extension of controller in-place with explicit spec of same _cp_path 2013-04-18 11:24:05 +02:00
test_js.py [FIX] test_js typo 2012-12-09 05:30:15 +01:00
test_menu.py [IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests 2012-12-12 21:51:20 +01:00
test_serving_base.py [FIX] integrate web tests into buildbot runner, fix broken tests 2012-09-10 12:51:29 +02:00