Commit dcbb125f authored by Sebastien Robin's avatar Sebastien Robin

remove two lines not required

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54ddc7b1
...@@ -1136,7 +1136,7 @@ class TestERP5BankingMixin: ...@@ -1136,7 +1136,7 @@ class TestERP5BankingMixin:
if url is not None: if url is not None:
if url.find(state)>=0 and url.find(portal_type)>=0: if url.find(state)>=0 and url.find(portal_type)>=0:
found = 1 found = 1
if not found: #if not found:
import pdb; pdb.set_trace() # import pdb; pdb.set_trace()
self.assertEquals(found, 1) self.assertEquals(found, 1)
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