Stefan H. Holek wrote:
I get a whole bunch of Unauthorized errors when running CMF-1_5- branch tests with Zope 2.8. Interestingly, CMF HEAD does not appear to suffer from the same...

Stefan


======================================================================
ERROR: test_CopyPasteSetsOwnership (CMFCore.tests.test_PortalContent.TestContentCopyPaste)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/zope/cmf15/Products/CMFCore/tests/ test_PortalContent.py", line 90, in test_CopyPasteSetsOwnership
    member_area.invokeFactory('File', id='test_file')
File "/Users/zope/cmf15/Products/CMFCore/PortalFolder.py", line 418, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args,  **kw)
File "/Users/zope/cmf15/Products/CMFCore/TypesTool.py", line 929, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
File "/Users/zope/cmf15/Products/CMFCore/TypesTool.py", line 338, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File

FYI: I can't reproduce this error. All tests pass for me using latest CMF-1_5-branch and Zope 2.8.0 final.

Cheers, Yuppie

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to