[Erp5-report] r30098 - /erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 29 11:39:13 CET 2009


Author: jerome
Date: Thu Oct 29 11:39:10 2009
New Revision: 30098

URL: http://svn.erp5.org?rev=30098&view=rev
Log:
It's too late to tic after tearDown, all connections have been closed. Anyway,
I don't think this test case has to tic.

Modified:
    erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py

Modified: erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py?rev=30098&r1=30097&r2=30098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/SecurityTestCase.py [utf8] Thu Oct 29 11:39:10 2009
@@ -125,7 +125,6 @@
     transaction.abort()
     self.portal.portal_caches.clearAllCache()
     ERP5TypeTestCase.tearDown(self)
-    self.tic()
 
   def _loginAsUser(self, username):
     """Login as a given username. The user must exist.




More information about the Erp5-report mailing list