[Erp5-report] r23058 - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 20 14:35:49 CEST 2008


Author: jerome
Date: Wed Aug 20 14:35:47 2008
New Revision: 23058

URL: http://svn.erp5.org?rev=23058&view=rev
Log:
wrap long lines

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

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=23058&r1=23057&r2=23058&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Wed Aug 20 14:35:47 2008
@@ -3328,7 +3328,8 @@
     get_transaction().commit()
     self.tic()
 
-    document = self.accounting_module.newContent(portal_type='Accounting Transaction')
+    document = self.accounting_module.newContent(
+                    portal_type='Accounting Transaction')
     document.edit(title='My Accounting Transaction')
     document.Base_makeTemplateFromDocument(form_id=None)
 
@@ -3348,7 +3349,8 @@
 
     template = preference.objectValues()[0]
 
-    cp = preference.manage_copyObjects(ids=[template.getId()], REQUEST=None, RESPONSE=None)
+    cp = preference.manage_copyObjects(ids=[template.getId()],
+                                       REQUEST=None, RESPONSE=None)
     new_document_list = self.accounting_module.manage_pasteObjects(cp)
     new_document_id = new_document_list[0]['new_id']
     new_document = self.accounting_module[new_document_id]




More information about the Erp5-report mailing list