Commit 0ab83738 authored by Christophe Dumez's avatar Christophe Dumez

- removed pdb debug


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9049 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62b46510
...@@ -1528,7 +1528,6 @@ class TestBusinessTemplate(ERP5TypeTestCase): ...@@ -1528,7 +1528,6 @@ class TestBusinessTemplate(ERP5TypeTestCase):
Build Business Template Build Business Template
""" """
template = sequence.get('current_bt') template = sequence.get('current_bt')
import pdb; pdb.set_trace()
self.assertRaises(AttributeError, self.assertRaises(AttributeError,
template.build) template.build)
......
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