diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index cbda2ea6772f05f6ecb4a8bbf4c7b3d98abe2858..2f65ecce9507fd86b9e42398196c08ce671e9eb1 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -113,7 +113,7 @@ class ERP5TypeTestCase(PortalTestCase): """ You can override this. Return if we should create (1) or not (0) an activity tool """ - return 1 + return 0 def setUp(self): '''Sets up the fixture. Do not override,