From 091a785945066c7e1e36d91ac3e121aa6906fd57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 18 Aug 2008 15:47:25 +0000
Subject: [PATCH] fix mistake in test_category_acquisition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23029 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testTradeCondition.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testTradeCondition.py b/product/ERP5/tests/testTradeCondition.py
index 9794190779..d337aafdd5 100644
--- a/product/ERP5/tests/testTradeCondition.py
+++ b/product/ERP5/tests/testTradeCondition.py
@@ -1466,7 +1466,7 @@ class TestTradeConditionSupplyLine(TradeConditionTestCase):
     self.assertEquals(self.vendor, supply_line.getSourceSectionValue())
     self.assertEquals(self.client, supply_line.getDestinationValue())
     self.assertEquals(self.client, supply_line.getDestinationSectionValue())
-    self.assertEquals(self.client, supply_line.getPriceCurrencyValue())
+    self.assertEquals(self.currency, supply_line.getPriceCurrencyValue())
 
   def test_movement_price_assignment(self):
     # supply line from the trade condition apply to the movements in order
-- 
2.30.9