From 403e991b2ea62fb0abd8c3dd8c7796b1099fcdd7 Mon Sep 17 00:00:00 2001 From: Fabien Meghazi Date: Thu, 24 Apr 2014 23:28:26 +0200 Subject: [PATCH] [FIX] Fix web test with temporary hack bzr revid: fme@openerp.com-20140424212826-k8amd45orv33u8bn --- addons/web/controllers/testing.py | 1 + addons/web_calendar/views/web_calendar.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/web/controllers/testing.py b/addons/web/controllers/testing.py index a51b619d49f..932da58fa07 100644 --- a/addons/web/controllers/testing.py +++ b/addons/web/controllers/testing.py @@ -62,6 +62,7 @@ TESTING = Template(u"""
+ % for module, jss, tests, templates in files: % for js in jss: % if not js.endswith('/apps.js'): diff --git a/addons/web_calendar/views/web_calendar.xml b/addons/web_calendar/views/web_calendar.xml index 1e91d7ceffe..8ae9bf1fe39 100644 --- a/addons/web_calendar/views/web_calendar.xml +++ b/addons/web_calendar/views/web_calendar.xml @@ -6,7 +6,7 @@