[Erp5-report] r29839 - /erp5/trunk/products/ERP5Type/tests/testConstraint.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 20 10:57:21 CEST 2009


Author: luke
Date: Tue Oct 20 10:57:21 2009
New Revision: 29839

URL: http://svn.erp5.org?rev=29839&view=rev
Log:
 - stepTic is defined in ERP5TypeTestCase and is able to recognise if it is run in sequence or not

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

Modified: erp5/trunk/products/ERP5Type/tests/testConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testConstraint.py?rev=29839&r1=29838&r2=29839&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testConstraint.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testConstraint.py [utf8] Tue Oct 20 10:57:21 2009
@@ -69,9 +69,6 @@
     module = self.portal.organisation_module
     module.manage_delObjects(list(module.objectIds()))
     transaction.commit()
-    self.tic()
-
-  def stepTic(self,**kw):
     self.tic()
 
   def createCategories(self):




More information about the Erp5-report mailing list