[Erp5-report] r39914 fabien - /erp5/trunk/products/ERP5/tests/testERP5Discussion.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 4 17:08:17 CET 2010


Author: fabien
Date: Thu Nov  4 17:08:14 2010
New Revision: 39914

URL: http://svn.erp5.org?rev=39914&view=rev
Log:
fix copyright, improve indentation 

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Discussion.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Discussion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Discussion.py?rev=39914&r1=39913&r2=39914&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Discussion.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Discussion.py [utf8] Thu Nov  4 17:08:14 2010
@@ -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 at nexedi.com>
+#          Fabien MORIN <fabien at 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(ERP5TypeTestCas
   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(ERP5TypeTestCas
     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
-




More information about the Erp5-report mailing list