[Erp5-report] r33588 kazuhiko - /erp5/trunk/products/ERP5/tests/testInvoice.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 10 17:07:14 CET 2010
Author: kazuhiko
Date: Wed Mar 10 17:07:13 2010
New Revision: 33588
URL: http://svn.erp5.org?rev=33588&view=rev
Log:
commit transaction and invoke tic at the end of afterSetUp().
Modified:
erp5/trunk/products/ERP5/tests/testInvoice.py
Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=33588&r1=33587&r2=33588&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] Wed Mar 10 17:07:13 2010
@@ -126,6 +126,8 @@
if self.oldMailHost is not None:
self.portal.manage_delObjects(['MailHost'])
self.portal._setObject('MailHost', DummyMailHost('MailHost'))
+ transaction.commit()
+ self.tic()
def beforeTearDown(self):
transaction.abort()
More information about the Erp5-report
mailing list