[FIX] warning due to missing description of web_tests_demo module

bzr revid: xmo@openerp.com-20121212131651-cgnfrmzv70w53fr3
This commit is contained in:
Xavier Morel 2012-12-12 14:16:51 +01:00
commit 972dc3d118
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
{
'name': "Demonstration of web/javascript tests",
'category': 'Hidden',
'description': """
OpenERP Web demo of a test suite
================================
Test suite example, same code as that used in the testing documentation.
""",
'depends': ['web'],
'js': ['static/src/js/demo.js'],
'test': ['static/test/demo.js'],