From bb1f2b346b9f05238fe897ed64c9f3c026e66a78 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 22 Mar 2006 16:14:51 +0000
Subject: [PATCH] remove the use of pdb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6182 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testInvoice.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py
index 86256a076d..8050ab75f2 100755
--- a/product/ERP5/tests/testInvoice.py
+++ b/product/ERP5/tests/testInvoice.py
@@ -560,7 +560,6 @@ class TestInvoice(TestAccountingRulesMixin,TestPackingListMixin, ERP5TypeTestCas
     """ checks invoice properties are well set. """
     invoice = sequence.get('invoice')
     new_invoice = sequence.get('new_invoice')
-    import pdb;pdb.set_trace()
     self.assertEquals(3,len(invoice.objectValues(
         portal_type=self.sale_invoice_transaction_line_portal_type)))
     self.assertEquals(3,len(new_invoice.objectValues(
-- 
2.30.9