Commit 0c6c8d50 authored by Jérome Perrin's avatar Jérome Perrin

monkey patch to allow ClassTool



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10084 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f1c4a0e
#
# Skeleton ZopeTestCase
#
# we need a class tool for this test.
def allowClassTool():
return 1
import Products.ERP5Type
Products.ERP5Type.allowClassTool = allowClassTool
import os, sys
if __name__ == '__main__':
execfile(os.path.join(sys.path[0], 'framework.py'))
execfile(os.path.join(sys.path[0], 'framework.py'))
# Needed in order to have a log file inside the current folder
os.environ['EVENT_LOG_FILE'] = os.path.join(os.getcwd(), 'zLOG.log')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment