From 762f4bca014537c8a5b02f7c50d1824b568c6a71 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 4 Apr 2007 15:41:47 +0000
Subject: [PATCH] we do not use discount

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13944 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/tests/TestERP5BankingMixin.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py
index 1cd750196b..c90ca60ad5 100644
--- a/product/ERP5Banking/tests/TestERP5BankingMixin.py
+++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py
@@ -322,7 +322,6 @@ class TestERP5BankingMixin:
       self.assertEquals(len(cell_list),3)
       for cell in cell_list:
         cell.setBasePrice(650.0)
-        cell.setDiscount(650.0)
     elif id == "EUR":
       # Create an exchange line
       exchange_line = currency.newContent(portal_type='Currency Exchange Line',
@@ -336,7 +335,6 @@ class TestERP5BankingMixin:
       self.assertEquals(len(cell_list),3)
       for cell in cell_list:
         cell.setBasePrice(1./650.0)
-        cell.setDiscount(1./650.0)
 
     return currency
 
-- 
2.30.9