[Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/ZClass.txt Fix temp_folder mounting problem.

Florent Guillaume fg at nuxeo.com
Mon Jan 16 11:39:00 EST 2006


Log message for revision 41328:
  Fix temp_folder mounting problem.
  
  Othere tests don't pass though, maybe I think due to __implemented__ and
  __provides__ attributes in the persistentclass state.
  

Changed:
  U   Zope/trunk/lib/python/ZClasses/ZClass.txt

-=-
Modified: Zope/trunk/lib/python/ZClasses/ZClass.txt
===================================================================
--- Zope/trunk/lib/python/ZClasses/ZClass.txt	2006-01-16 16:38:25 UTC (rev 41327)
+++ Zope/trunk/lib/python/ZClasses/ZClass.txt	2006-01-16 16:39:00 UTC (rev 41328)
@@ -16,6 +16,8 @@
     >>> 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')



More information about the Zope-Checkins mailing list