Commit e21be895 authored by Kevin Deldycke's avatar Kevin Deldycke

Remove pdb breakpoint


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24a9ab97
......@@ -642,7 +642,6 @@ class TestResource(ERP5TypeTestCase):
self.tic()
# Check resource price
self.logMessage("Check product price without option...", tab=1)
import pdb; pdb.set_trace()
self.assertEquals(1, product.getPrice(context=supply_line))
# Check resource option price
self.logMessage("Check product price with option: %s..." % \
......
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