From 6a56899559b0cd709d669612bda59c304f7e31d8 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Thu, 4 Nov 2010 16:08:14 +0000 Subject: [PATCH] fix copyright, improve indentation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39914 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testERP5Discussion.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/product/ERP5/tests/testERP5Discussion.py b/product/ERP5/tests/testERP5Discussion.py index d8961b85df..151c69f862 100644 --- a/product/ERP5/tests/testERP5Discussion.py +++ b/product/ERP5/tests/testERP5Discussion.py @@ -1,8 +1,9 @@ ############################################################################## # -# Copyright (c) 2004, 2005, 2006 Nexedi SARL and Contributors. +# Copyright (c) 2010 Nexedi SA and Contributors. # All Rights Reserved. # Romain Courteaud <romain@nexedi.com> +# Fabien MORIN <fabien@nexedi.com> # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential @@ -47,10 +48,14 @@ class TestERP5Discussion(ERP5TypeTestCase): def getBusinessTemplateList(self): """ """ - return ('erp5_core', 'erp5_base', - 'erp5_xhtml_style', 'erp5_ingestion', - 'erp5_web', 'erp5_dms', - 'erp5_knowledge_pad', 'erp5_rss_style', + return ('erp5_core', + 'erp5_base', + 'erp5_xhtml_style', + 'erp5_ingestion', + 'erp5_web', + 'erp5_dms', + 'erp5_knowledge_pad', + 'erp5_rss_style', 'erp5_discussion', ) def login(self): @@ -71,7 +76,6 @@ class TestERP5Discussion(ERP5TypeTestCase): transaction.commit() self.tic() - def stepCreateThread(self): module = self.portal.getDefaultModule("Discussion Thread") @@ -98,4 +102,3 @@ def test_suite(): suite = unittest.TestSuite() suite.addTest(unittest.makeSuite(TestERP5Discussion)) return suite - -- 2.30.9