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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 30 10:28:14 CEST 2008


Author: jerome
Date: Mon Jun 30 10:28:10 2008
New Revision: 22064

URL: http://svn.erp5.org?rev=22064&view=rev
Log:
Fix syntax error.

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=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Mon Jun 30 10:28:10 2008
@@ -502,8 +502,7 @@
                            destination_value=self.account_module.receivable,
                            destination_asset_credit=38.99,
                            source_credit=500)))
-    # This is not balanced
-    but there are no accounts on destination
+    # This is not balanced but there are no accounts on destination
     self.assertRaises(ValidationFailed,
         self.portal.portal_workflow.doActionFor,
         transaction, 'stop_action')




More information about the Erp5-report mailing list