[Erp5-report] r26312 - /erp5/trunk/products/ERP5/tests/testERP5Web.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 7 09:04:18 CEST 2009


Author: kazuhiko
Date: Tue Apr  7 09:04:17 2009
New Revision: 26312

URL: http://svn.erp5.org?rev=26312&view=rev
Log:
use beforeTearDown() instead of tearDown().

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=26312&r1=26311&r2=26312&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] Tue Apr  7 09:04:17 2009
@@ -784,7 +784,7 @@
     get_transaction().commit()
     self.tic()
 
-  def tearDown(self):
+  def beforeTearDown(self):
     get_transaction().abort()
     def clearModule(module):
       module.manage_delObjects(list(module.objectIds()))




More information about the Erp5-report mailing list