Commit 091a7859 authored by Jérome Perrin's avatar Jérome Perrin

fix mistake in test_category_acquisition


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23029 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dcb9e01
......@@ -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
......
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