Commit fbda609a authored by Florent Guillaume's avatar Florent Guillaume

Fix temp_folder mounting problem.

Othere tests don't pass though, maybe I think due to __implemented__ and
__provides__ attributes in the persistentclass state.
parent dc54f74b
......@@ -16,6 +16,8 @@ To do anything, we need a working Zope object space:
>>> from OFS.Application import Application
>>> app = Application()
>>> conn.root()['Application'] = app
>>> from OFS.Folder import manage_addFolder
>>> manage_addFolder(app, 'temp_folder')
>>> from OFS.Application import initialize
>>> initialize(app)
>>> app.manage_addFolder('sandbox')
......
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