Commit fc63ad3b authored by Sebastien Robin's avatar Sebastien Robin

sorry, remove pdb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16663 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fe5ef69
......@@ -220,7 +220,6 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
quantity_unit_value=self.unit)
self.assertNotEqual(self.check_operation_line_1, None)
self.assertEqual(len(self.check_deposit.objectIds()), 1)
import pdb; pdb.set_trace()
def stepAddWrongCheckOperationLine(self, sequence=None, sequence_list=None, **kwd):
......
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