Commit a808af9e authored by Fabien Morin's avatar Fabien Morin

fix a mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32666 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ceefef53
......@@ -220,7 +220,7 @@ class TestSaleSupply(TestSupplyMixin, ERP5TypeTestCase):
supply_line.setSourceReference('my_source_reference')
self.assertEquals(supply_line.getSourceReference(), 'my_source_reference')
supply_line.setDestinationReference('my_destination_reference')
self.assertEquals(supply_line.getSourceReference(), 'my_destination_reference')
self.assertEquals(supply_line.getDestinationReference(), 'my_destination_reference')
class TestPurchaseSupply(TestSaleSupply):
"""
......
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