[Testbot] FAILED (failures=3, errors=62) : Plone-4.0 Zope-2.12 Python-2.6.2

Plone Products Tests plone-tests at epy.co.at
Fri Aug 14 02:23:52 UTC 2009


Plone Products Tests : FAILED (failures=3, errors=62) 
Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package Products.CMFPlone --package Products.CMFDynamicViewFTI --package Products.CMFFormController --package Products.CMFQuickInstallerTool --package Products.ExtendedPathIndex --package Products.PasswordResetTool --package Products.PloneLanguageTool --package Products.ResourceRegistries --package Products.statusmessages
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.SecureMailHost-1.1.1-py2.6.egg/Products/SecureMailHost/SecureMailHost.py:33: DeprecationWarning: Persistent is deprecated. import from Persistence instead
  from Globals import Persistent, DTMLFile, InitializeClass
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.SecureMailHost-1.1.1-py2.6.egg/Products/SecureMailHost/SecureMailHost.py:33: DeprecationWarning: DTMLFile is deprecated. import from App.special_dtml instead
  from Globals import Persistent, DTMLFile, InitializeClass
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.SecureMailHost-1.1.1-py2.6.egg/Products/SecureMailHost/SecureMailHost.py:33: DeprecationWarning: InitializeClass is deprecated. import from App.class_init instead
  from Globals import Persistent, DTMLFile, InitializeClass
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PasswordResetTool-1.2-py2.6.egg/Products/PasswordResetTool/PasswordResetTool.py:16: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import datetime, time, random, md5, socket
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testExportImport.py:16: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert("resourceregistry: Javascript registry imported." in \
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.ExternalEditor-1.0a1-py2.6.egg/Products/ExternalEditor/__init__.py:17: DeprecationWarning: ImageFile is deprecated. import from App.ImageFile instead
  from Globals import ImageFile, DTMLFile
 in 0.826 seconds.
  Ran 162 tests with 0 failures and 0 errors in 0.854 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.session-2.1-py2.6.egg/plone/session/sources/hash.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import random, hmac, sha
 in 2.698 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.251 seconds.


Error in test test_doesImplementISelectableBrowserDefault (Products.CMFDynamicViewFTI.tests.test_browserdefault.TestBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_extendsInterface (Products.CMFDynamicViewFTI.tests.test_browserdefault.TestBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_Zope3View (Products.CMFDynamicViewFTI.tests.test_browserdefault.TestAvailableLayouts)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_Zope3ViewTitle (Products.CMFDynamicViewFTI.tests.test_browserdefault.TestAvailableLayouts)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_CheckDefaultPageExists (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_CheckLayoutExists (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_CreateDynFolder (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderCustomView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderDefaultPage (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderDefaultPageFromAttribute (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderDefaultPageFromCallable (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderDefaultView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderViewFromCallableLayout (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DynFolderViewFromLayout (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_EmptyDefaultPageReturnsNone (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_EmptyLayoutReturnsDefaultView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_EnforceLayoutAvailable (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_InvalidDefaultPageRaisesTypeError (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_InvalidLayoutRaisesTypeError (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_MissingDefaultPageReturnsNone (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_MissingLayoutReturnsDefaultView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_NonFolderishObjectReturnsNone (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_NoneDefaultPageReturnsNone (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_NoneLayoutReturnsDefaultView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_UnavailableLayoutReturnsDefaultView (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_doesImplementIDynamicViewTypeInformation (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_doesImplementITypeInformation (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_meta_type (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_paranoid_subclass_test (Products.CMFDynamicViewFTI.tests.test_fti.TestFTI)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_DocumentEmptyLayoutBug (Products.CMFDynamicViewFTI.tests.test_fti.TestEmptyLayoutBug)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test test_FolderEmptyLayoutBug (Products.CMFDynamicViewFTI.tests.test_fti.TestEmptyLayoutBug)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testIsNotInstalled (Products.CMFQuickInstallerTool.tests.testSetup.TestQuickInstaller)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testIsNotListedAsInstallable (Products.CMFQuickInstallerTool.tests.testSetup.TestQuickInstaller)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testIsNotListedAsInstalled (Products.CMFQuickInstallerTool.tests.testSetup.TestQuickInstaller)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testTool (Products.CMFQuickInstallerTool.tests.testSetup.TestQuickInstaller)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testSlotsMigration (Products.CMFQuickInstallerTool.tests.testSetup.TestInstalledProduct)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/actions.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 2289, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/install.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 2289, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageToolExists (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageToolExists)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageToolType (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageToolSettings)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testSetLanguageSettings (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageToolSettings)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testAvailableLanguage (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testDefaultLanguage (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageSettings (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testSupportedLanguages (Products.PloneLanguageTool.tests.test_languagetool.TestLanguageTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageNegotiation (Products.PloneLanguageTool.tests.test_negotiation.TestDefaultLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageNegotiation (Products.PloneLanguageTool.tests.test_negotiation.TestNoCombinedLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testLanguageNegotiation (Products.PloneLanguageTool.tests.test_negotiation.TestCombinedLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testContentObject (Products.PloneLanguageTool.tests.test_negotiation.TestContentLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testContentObjectVHMFolder (Products.PloneLanguageTool.tests.test_negotiation.TestContentLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testContentObjectVHMPortal (Products.PloneLanguageTool.tests.test_negotiation.TestContentLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testAcceptedLanguages (Products.PloneLanguageTool.tests.test_negotiation.TestCcTLDLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testDutchDomain (Products.PloneLanguageTool.tests.test_negotiation.TestCcTLDLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testIPAddress (Products.PloneLanguageTool.tests.test_negotiation.TestCcTLDLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testMultiLingualCountries (Products.PloneLanguageTool.tests.test_negotiation.TestCcTLDLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testSimpleHostname (Products.PloneLanguageTool.tests.test_negotiation.TestCcTLDLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testAcceptedLanguages (Products.PloneLanguageTool.tests.test_negotiation.TestSubdomainLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testDutchDomain (Products.PloneLanguageTool.tests.test_negotiation.TestSubdomainLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testIPAddress (Products.PloneLanguageTool.tests.test_negotiation.TestSubdomainLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testMultiLingualCountries (Products.PloneLanguageTool.tests.test_negotiation.TestSubdomainLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Error in test testSimpleHostname (Products.PloneLanguageTool.tests.test_negotiation.TestSubdomainLanguageNegotiation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 61, in setUp
    self._setup()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 74, in _setup
    PortalTestCase._setup(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 79, in _setup
    self._setupHomeFolder()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 93, in _setupHomeFolder
    self.createMemberarea(user_name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.8-py2.6.egg/Products/CMFTestCase/CMFTestCase.py", line 109, in createMemberarea
    folder.reindexObjectSecurity()
AttributeError: reindexObjectSecurity

  Ran 84 tests with 0 failures and 61 errors in 0.163 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.042 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.002 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.581 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.017 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.604 seconds.


Failure in test test_MembershipTool_deleteMembers (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 101, in test_MembershipTool_deleteMembers
    'member_ids:list=%s' % ptc.default_user)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 33, in checkAuthenticator
    self.assertEqual(response.getStatus(), status)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_PloneTool_acquireLocalRoles (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 51, in test_PloneTool_acquireLocalRoles
    'use_acquisition:int=1', status=302)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 33, in checkAuthenticator
    self.assertEqual(response.getStatus(), status)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 302

/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/libtransforms/commandtransform.py:95: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')


Error in test test_bug4333_delete_user_remove_memberdata (Products.CMFPlone.tests.testControlPanelScripts.TestPrefsUserManage)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testControlPanelScripts.py", line 140, in test_bug4333_delete_user_remove_memberdata
    self.portal.prefs_user_manage(delete=['barney'])
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFFormController/Products/CMFFormController/FSControllerPythonScript.py", line 105, in __call__
    result = FSControllerPythonScript.inheritedAttribute('__call__')(self, *args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFFormController/Products/CMFFormController/Script.py", line 145, in __call__
    return BaseFSPythonScript.__call__(self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPythonScript.py", line 130, in __call__
    return Script.__call__(self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 37, in prefs_user_manage
   - Line 37
  File "<string>", line 4, in deleteMembers
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.protect/plone/protect/utils.py", line 43, in _curried
    return callable(*args, **kw)
  File "<string>", line 4, in deleteMembers
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/AccessControl/requestmethod.py", line 70, in _curried
    return callable(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/MembershipTool.py", line 526, in deleteMembers
    reindex=1, recursive=1 )
  File "<string>", line 4, in deleteLocalRoles
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.protect/plone/protect/utils.py", line 43, in _curried
    return callable(*args, **kw)
  File "<string>", line 4, in deleteLocalRoles
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/AccessControl/requestmethod.py", line 70, in _curried
    return callable(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/MembershipTool.py", line 472, in deleteLocalRoles
    obj.reindexObjectSecurity()
AttributeError: reindexObjectSecurity



Failure in test test_prefsUserManager (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPanel)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testControlPanelScripts.py", line 80, in test_prefsUserManager
    self._onlyPOST(path, qstring,success=302)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testControlPanelScripts.py", line 38, in _onlyPOST
    self.assertEqual(response.getStatus(), success)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 302

  Ran 1338 tests with 3 failures and 1 errors in 3 minutes 26.220 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.293 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.013 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 129 tests with 0 failures and 0 errors in 0.058 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1725 tests, 3 failures, 62 errors in 3 minutes 39.726 seconds.

FAILED (failures=3, errors=62) 




More information about the Testbot mailing list