[FIX] warning due to missing description of web_tests_demo module
authorXavier Morel <xmo@openerp.com>
Wed, 12 Dec 2012 13:16:51 +0000 (14:16 +0100)
committerXavier Morel <xmo@openerp.com>
Wed, 12 Dec 2012 13:16:51 +0000 (14:16 +0100)
bzr revid: xmo@openerp.com-20121212131651-cgnfrmzv70w53fr3

1  2 
addons/web_tests_demo/__openerp__.py

@@@ -1,6 -1,11 +1,12 @@@
  {
      'name': "Demonstration of web/javascript tests",
      'category': 'Hidden',
 -    'description': """ 
 -        OpenERP Web demo of a test suite.
 -        =======================
 -        Holds the examples used in the testing documentation.
++    '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'],