From 1368eabc89d01a2c0547139d9a58d898e95dab77 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Mon, 29 Jun 2009 15:40:42 +0000
Subject: [PATCH] remove breakpoint

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

diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py
index 159fc38a16..c791fd98f2 100644
--- a/product/ERP5/tests/testCRM.py
+++ b/product/ERP5/tests/testCRM.py
@@ -948,7 +948,6 @@ class TestCRMMailSend(ERP5TypeTestCase):
                aggregate=document_zip.getRelativeUrl(),
                text_content='This is an advertisement mail.')
 
-    event.pdb()
     mail_text = event.send(download=True)
 
     # Check mail text.
-- 
2.30.9