Commit 9d1f22bf authored by Sebastien Robin's avatar Sebastien Robin

remove pdb call

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42b6d309
......@@ -288,7 +288,6 @@ if base_application == 'base_amount/special_discount_3cd':
self.stepTic()
# check the current amount
self.portal.pdb()
#self.assertEqual(self.getAmount(order, 'TOTAL_PRICE_WITHOUT_VAT'), 8100)
self.assertEqual(self.getAmount(order, 'VAT_AMOUNT'), 405)
#self.assertEqual(self.getAmount(order, 'TOTAL_PRICE_WITH_VAT'), 8505)
......
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