[FIX] Fix web test with temporary hack

bzr revid: fme@openerp.com-20140424212826-k8amd45orv33u8bn
This commit is contained in:
Fabien Meghazi 2014-04-24 23:28:26 +02:00
parent 87d4c03ee2
commit 403e991b2e
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ TESTING = Template(u"""<!DOCTYPE html>
<div id="qunit-fixture"></div>
</body>
<!-- TODO xmo please use the regular template even for testing -->
<script src="/web/js/web.assets_backend"></script>
% for module, jss, tests, templates in files:
% for js in jss:
% if not js.endswith('/apps.js'):

View File

@ -6,7 +6,7 @@
<template id="assets_backend" name="web_calendar assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_calendar/static/src/css/web_fullcalendar.css"/>
<link rel="stylesheet" href="web_calendar/static/lib/fullcalendar/css/fullcalendar.css"/>
<link rel="stylesheet" href="/web_calendar/static/lib/fullcalendar/css/fullcalendar.css"/>
<script type="text/javascript" src="/web_calendar/static/lib/fullcalendar/js/fullcalendar.js"></script>
<script type="text/javascript" src="/web_calendar/static/src/js/web_calendar.js"></script>