[Erp5-report] r29838 - /erp5/trunk/products/ERP5OOo/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 20 10:56:59 CEST 2009


Author: luke
Date: Tue Oct 20 10:56:59 2009
New Revision: 29838

URL: http://svn.erp5.org?rev=29838&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/ERP5OOo/tests/testDms.py
    erp5/trunk/products/ERP5OOo/tests/testIngestion.py
    erp5/trunk/products/ERP5OOo/tests/testOOoImport.py

Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=29838&r1=29837&r2=29838&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Tue Oct 20 10:56:59 2009
@@ -179,11 +179,6 @@
 
   def clearCache(self):
     self.portal.portal_caches.clearAllCache()
-
-  ## steps
-  
-  def stepTic(self, sequence=None, sequence_list=None, **kw):
-    self.tic()
 
   ## tests
 

Modified: erp5/trunk/products/ERP5OOo/tests/testIngestion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testIngestion.py?rev=29838&r1=29837&r2=29838&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] Tue Oct 20 10:56:59 2009
@@ -448,10 +448,6 @@
   ##################################
   ##  Basic steps
   ##################################
- 
-  def stepTic(self, sequence=None, sequence_list=None, **kw):
-    self.tic()
-
   def stepCreatePerson(self, sequence=None, sequence_list=None, **kw):
     """
       Create a person with ID "john" if it does not exists already

Modified: erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoImport.py?rev=29838&r1=29837&r2=29838&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] Tue Oct 20 10:56:59 2009
@@ -178,10 +178,6 @@
   ##################################
   ##  Basic steps
   ##################################
-
-  def stepTic(self, sequence=None, sequence_list=None, **kw):
-    self.tic()
-
   def stepImportRawDataFile(self, sequence=None, sequence_list=None, **kw):
     f = makeFileUpload('import_data_list.ods')
     person_module = self.getPortal().person_module




More information about the Erp5-report mailing list