[Erp5-report] r29837 - /erp5/trunk/products/ERP5Form/tests/

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


Author: luke
Date: Tue Oct 20 10:56:26 2009
New Revision: 29837

URL: http://svn.erp5.org?rev=29837&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/ERP5Form/tests/testGUIwithSecurity.py
    erp5/trunk/products/ERP5Form/tests/testListBox.py
    erp5/trunk/products/ERP5Form/tests/testPlanningBox.py

Modified: erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py?rev=29837&r1=29836&r2=29837&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] Tue Oct 20 10:56:26 2009
@@ -70,9 +70,6 @@
     uf = self.getPortal().acl_users
     user = uf.getUserById(id).__of__(uf)
     newSecurityManager(None, user)
-
-  def stepTic(self,**kw):
-    self.tic()
 
   def stepCreateObjects(self, sequence = None, sequence_list = None, **kw):
     # Make sure that the status is clean.

Modified: erp5/trunk/products/ERP5Form/tests/testListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testListBox.py?rev=29837&r1=29836&r2=29837&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testListBox.py [utf8] Tue Oct 20 10:56:26 2009
@@ -75,9 +75,6 @@
     uf._doAddUser('seb', '', ['Manager'], [])
     user = uf.getUserById('seb').__of__(uf)
     newSecurityManager(None, user)
-
-  def stepTic(self,**kw):
-    self.tic()
 
   def stepCreateObjects(self, sequence = None, sequence_list = None, **kw):
     # Make sure that the status is clean.

Modified: erp5/trunk/products/ERP5Form/tests/testPlanningBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testPlanningBox.py?rev=29837&r1=29836&r2=29837&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testPlanningBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testPlanningBox.py [utf8] Tue Oct 20 10:56:26 2009
@@ -65,9 +65,6 @@
     uf._doAddUser('seb', '', ['Manager'], [])
     user = uf.getUserById('seb').__of__(uf)
     newSecurityManager(None, user)
-
-  def stepTic(self,**kw):
-    self.tic()
 
   def stepCreateObjects(self, sequence = None, sequence_list = None, **kw):
     # Make sure that the status is clean.




More information about the Erp5-report mailing list