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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 10 16:41:43 CET 2007


Author: jerome
Date: Mon Dec 10 16:41:42 2007
New Revision: 18192

URL: http://svn.erp5.org?rev=18192&view=rev
Log:
use original method signatures

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=18192&r1=18191&r2=18192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testConstraint.py (original)
+++ erp5/trunk/products/ERP5Type/tests/testConstraint.py Mon Dec 10 16:41:42 2007
@@ -50,13 +50,13 @@
     """
     return ('erp5_base',)
 
-  def login(self, quiet=0, run=run_all_test):
+  def login(self):
     uf = self.getPortal().acl_users
     uf._doAddUser('rc', '', ['Manager'], [])
     user = uf.getUserById('rc').__of__(uf)
     newSecurityManager(None, user)
 
-  def afterSetUp(self, quiet=1, run=run_all_test):
+  def afterSetUp(self:
     self.login()
     self.portal = self.getPortal()
     self.category_tool = self.getCategoryTool()




More information about the Erp5-report mailing list