[Erp5-report] r30970 mame - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 1 17:10:53 CET 2009


Author: mame
Date: Tue Dec  1 17:10:52 2009
New Revision: 30970

URL: http://svn.erp5.org?rev=30970&view=rev
Log:
Remove line that was commented out on previous commit

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py?rev=30970&r1=30969&r2=30970&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py [utf8] Tue Dec  1 17:10:52 2009
@@ -407,8 +407,6 @@
     self.assertEqual(state, 'empty')
     # get workflow history
     workflow_history = self.workflow_tool.getInfoFor(ob=self.cash_movement, name='history', wf_id='cash_movement_workflow')
-    # check its len is 2
-    #self.assertEqual(len(workflow_history), 2)
     # check we get an "Insufficient balance" message in the workflow history because of the invalid line
     msg = '%s' % (workflow_history[-1]['error_message'], )
     self.assertTrue('Insufficient balance' in msg, msg)




More information about the Erp5-report mailing list