[FIX] test template

bzr revid: al@openerp.com-20121220141624-oxn86tlv8o9i7ah0
This commit is contained in:
Antony Lesuisse 2012-12-20 15:16:24 +01:00
parent edc064dba1
commit 6999daa734
1 changed files with 4 additions and 1 deletions

View File

@ -61,9 +61,12 @@ TESTING = Template(u"""<!DOCTYPE html>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
<!-- TODO xmo please use the regular template even for testing -->
% for module, jss, tests, templates in files:
% for js in jss:
<script src="${to_path(module, js)}"></script>
% if not js.endswith('/apps.js'):
<script src="${to_path(module, js)}"></script>
% endif
% endfor
% if tests or templates:
<script>