[Erp5-report] r23078 - /erp5/trunk/products/ERP5/tests/testResource.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Aug 21 10:50:10 CEST 2008
Author: jerome
Date: Thu Aug 21 10:50:10 2008
New Revision: 23078
URL: http://svn.erp5.org?rev=23078&view=rev
Log:
enableActivityTool / enableLightInstall are not usefull here
Modified:
erp5/trunk/products/ERP5/tests/testResource.py
Modified: erp5/trunk/products/ERP5/tests/testResource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testResource.py?rev=23078&r1=23077&r2=23078&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testResource.py (original)
+++ erp5/trunk/products/ERP5/tests/testResource.py Thu Aug 21 10:50:10 2008
@@ -65,20 +65,6 @@
def getTitle(self):
return "Resource"
-
- def enableLightInstall(self):
- """
- You can override this.
- Return if we should do a light install (1) or not (0)
- """
- return 1
-
- def enableActivityTool(self):
- """
- You can override this.
- Return if we should create (1) or not (0) an activity tool.
- """
- return 1
def login(self):
uf = self.getPortal().acl_users
More information about the Erp5-report
mailing list