[Erp5-report] r10207 - /erp5/trunk/products/ERP5/tests/testERP5Budget.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 20 12:17:56 CEST 2006


Author: alex
Date: Wed Sep 20 12:17:54 2006
New Revision: 10207

URL: http://svn.erp5.org?rev=10207&view=rev
Log:
fixed bad indentation fix

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Budget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Budget.py?rev=10207&r1=10206&r2=10207&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Budget.py (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Budget.py Wed Sep 20 12:17:54 2006
@@ -314,15 +314,15 @@
         portal_type='Budget Transaction',
         source=budget_cell1.getRelativeUrl(),
         destination=budget_cell2.getRelativeUrl(),
-        quantity=25.0,group='world_company', stop_date='2005/05/01
-        18:06:26.388 GMT-4')
+        quantity=25.0,group='world_company',
+        stop_date='2005/05/01 18:06:26.388 GMT-4')
 
     self.budget_transaction2 = budget_transaction_module.newContent(
         portal_type='Budget Transaction',
         source=budget_cell2.getRelativeUrl(),
         destination=budget_cell1.getRelativeUrl(),
-        quantity=25.0,group='world_company', stop_date='2005/05/01
-        18:06:26.388 GMT-4')
+        quantity=25.0,group='world_company',
+        stop_date='2005/05/01 18:06:26.388 GMT-4')
 
     # flush activities
     get_transaction().commit()




More information about the Erp5-report mailing list