[Erp5-report] r23029 - /erp5/trunk/products/ERP5/tests/testTradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 18 17:47:41 CEST 2008


Author: jerome
Date: Mon Aug 18 17:47:25 2008
New Revision: 23029

URL: http://svn.erp5.org?rev=23029&view=rev
Log:
fix mistake in test_category_acquisition 

Modified:
    erp5/trunk/products/ERP5/tests/testTradeCondition.py

Modified: erp5/trunk/products/ERP5/tests/testTradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTradeCondition.py?rev=23029&r1=23028&r2=23029&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTradeCondition.py (original)
+++ erp5/trunk/products/ERP5/tests/testTradeCondition.py Mon Aug 18 17:47:25 2008
@@ -1466,7 +1466,7 @@
     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




More information about the Erp5-report mailing list