[Erp5-report] r18487 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 24 14:21:17 CET 2007


Author: vincent
Date: Mon Dec 24 14:21:17 2007
New Revision: 18487

URL: http://svn.erp5.org?rev=18487&view=rev
Log:
Remove commented-out pdb calls.

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py?rev=18487&r1=18486&r2=18487&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py Mon Dec 24 14:21:17 2007
@@ -394,7 +394,6 @@
     self.assertEqual(len(workflow_history), 2)
     # check we get an "Insufficient balance" message in the workflow history because of the invalid line
     msg = workflow_history[-1]['error_message']
-    #import pdb;pdb.set_trace()
     self.assertTrue('Insufficient balance' in "%s" %(msg,))
 
 
@@ -540,7 +539,6 @@
     # get the delivery cell
     cell = self.valid_line_1.getCell('emission_letter/p', variation, 'cash_status/cancelled')
     # check the destination variation text is redefine on destination
-    #import pdb;pdb.set_trace()
     self.assertEqual(cell.getBaobabDestinationVariationText(), 'cash_status/retired\nemission_letter/p\nvariation/2003')
 
   def stepResetInventory(self, 




More information about the Erp5-report mailing list