Commit bb1f2b34 authored by Sebastien Robin's avatar Sebastien Robin

remove the use of pdb


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6182 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 972d9f1e
...@@ -560,7 +560,6 @@ class TestInvoice(TestAccountingRulesMixin,TestPackingListMixin, ERP5TypeTestCas ...@@ -560,7 +560,6 @@ class TestInvoice(TestAccountingRulesMixin,TestPackingListMixin, ERP5TypeTestCas
""" checks invoice properties are well set. """ """ checks invoice properties are well set. """
invoice = sequence.get('invoice') invoice = sequence.get('invoice')
new_invoice = sequence.get('new_invoice') new_invoice = sequence.get('new_invoice')
import pdb;pdb.set_trace()
self.assertEquals(3,len(invoice.objectValues( self.assertEquals(3,len(invoice.objectValues(
portal_type=self.sale_invoice_transaction_line_portal_type))) portal_type=self.sale_invoice_transaction_line_portal_type)))
self.assertEquals(3,len(new_invoice.objectValues( self.assertEquals(3,len(new_invoice.objectValues(
......
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