Commit e602c8ba authored by Vincent Pelletier's avatar Vincent Pelletier

Remove commented-out pdb calls.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18487 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3df9705d
......@@ -394,7 +394,6 @@ class TestERP5BankingMonetaryRecall(TestERP5BankingMixin, ERP5TypeTestCase):
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 @@ class TestERP5BankingMonetaryRecall(TestERP5BankingMixin, ERP5TypeTestCase):
# 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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment