[Erp5-report] r24850 - /erp5/trunk/products/ERP5/tests/testTradeCondition.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Dec 9 16:39:57 CET 2008
Author: jerome
Date: Tue Dec 9 16:39:55 2008
New Revision: 24850
URL: http://svn.erp5.org?rev=24850&view=rev
Log:
we also need to commit transaction here
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=24850&r1=24849&r2=24850&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTradeCondition.py [utf8] Tue Dec 9 16:39:55 2008
@@ -1396,6 +1396,7 @@
resource_value=resource2,
quantity=7,
price=10,)
+ transaction.commit()
# check existing tax line
tax_line_list = order.contentValues(portal_type='Tax Line')
self.assertEquals(1, len(tax_line_list))
More information about the Erp5-report
mailing list