Commit 6a568995 authored by Fabien Morin's avatar Fabien Morin

fix copyright, improve indentation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39914 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 344def78
############################################################################## ##############################################################################
# #
# Copyright (c) 2004, 2005, 2006 Nexedi SARL and Contributors. # Copyright (c) 2010 Nexedi SA and Contributors.
# All Rights Reserved. # All Rights Reserved.
# Romain Courteaud <romain@nexedi.com> # Romain Courteaud <romain@nexedi.com>
# Fabien MORIN <fabien@nexedi.com>
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsability of assessing all potential
...@@ -47,10 +48,14 @@ class TestERP5Discussion(ERP5TypeTestCase): ...@@ -47,10 +48,14 @@ class TestERP5Discussion(ERP5TypeTestCase):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
""" """
""" """
return ('erp5_core', 'erp5_base', return ('erp5_core',
'erp5_xhtml_style', 'erp5_ingestion', 'erp5_base',
'erp5_web', 'erp5_dms', 'erp5_xhtml_style',
'erp5_knowledge_pad', 'erp5_rss_style', 'erp5_ingestion',
'erp5_web',
'erp5_dms',
'erp5_knowledge_pad',
'erp5_rss_style',
'erp5_discussion', ) 'erp5_discussion', )
def login(self): def login(self):
...@@ -71,7 +76,6 @@ class TestERP5Discussion(ERP5TypeTestCase): ...@@ -71,7 +76,6 @@ class TestERP5Discussion(ERP5TypeTestCase):
transaction.commit() transaction.commit()
self.tic() self.tic()
def stepCreateThread(self): def stepCreateThread(self):
module = self.portal.getDefaultModule("Discussion Thread") module = self.portal.getDefaultModule("Discussion Thread")
...@@ -98,4 +102,3 @@ def test_suite(): ...@@ -98,4 +102,3 @@ def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestERP5Discussion)) suite.addTest(unittest.makeSuite(TestERP5Discussion))
return suite return suite
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment