[Testbot] UNKNOWN : Plone-trunk Zope-trunk Python-2.4.4

CMFPlone Tests plone-tests at epy.co.at
Thu Jan 10 04:08:54 UTC 2008


CMFPlone Tests : UNKNOWN
Plone-trunk Zope-trunk Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope211/test.py -q -1 --config-file etc/zope.conf --package Products.CMFPlone
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py:28: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/PloneLanguageTool/interfaces.py:7: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/PloneTool.py:47: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
Parsing /home/stefan/autotest/temp/python24-zope211-cmf21-plone35/etc/zope.conf
Running unit tests:
  Ran 36 tests with 0 failures and 0 errors in 0.150 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:simple taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:empty taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 2.070 seconds.
  Ran 134 tests with 0 failures and 0 errors in 1.825 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py:331: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFActionIcons:actionicons taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:skins_support taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFTopic:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFUid:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.DCWorkflow:revision2 taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 6.498 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.053 seconds.
Running Products.PloneTestCase.layer.PloneContentLessSite tests:
  Set up Products.PloneTestCase.layer.PloneContentLessSite/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.listGroups is deprecated and will be removed in Plone 3.5. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
 in 6.863 seconds.


Error in test testBrowserDefaultMixinFileDumpsContent (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testBrowserDefaultMixinFileViewMethodGetsTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testBrowserDefaultMixinFolderDefaultPage (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testBrowserDefaultMixinFolderGlobalDefaultPage (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testBrowserDefaultMixinFolderIndexHtml (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testBrowserDefaultMixinWithoutFtiGivesSensibleError (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testCallDocumentGivesTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testCallFileGivesTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testCallFolderWithDefaultPageGivesTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testCallFolderWithoutDefaultPageGivesTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testCallWithBrowserDefaultMixinGetsSelectedLayout (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testFolderDefaultPageSameAsSelfWithPageMissing (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testIndexHtmlNotAcquired (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testIndexHtmlReplaceableWrapper (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testReselectingDefaultLayoutAfterDefaultPageWorks (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testViewMethodWithBrowserDefaultMixinGetsSelectedLayout (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testBrowserDefault.py", line 36, in afterSetUp
    _createObjectByType('Folder',       self.portal, 'atctfolder')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction

/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/MembershipTool.py:209: DeprecationWarning: __getPUS is deprecated and will be removed in CMF 2.4, please acquire "acl_users" instead.
  return self.__getPUS().getUserIds()
/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/MembershipTool.py:209: DeprecationWarning: getUserIds is deprecated. Use the PAS methods instead
  return self.__getPUS().getUserIds()


Error in test testManageDelObjects (Products.CMFPlone.tests.testPloneFolder.TestManageDelObjectsInPortal)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testPloneFolder.py", line 210, in afterSetUp
    _createObjectByType('Folder', self.portal, id='sub1')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction



Error in test testManageDelObjectsIfSub1Denied (Products.CMFPlone.tests.testPloneFolder.TestManageDelObjectsInPortal)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/tests/testPloneFolder.py", line 210, in afterSetUp
    _createObjectByType('Folder', self.portal, id='sub1')
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction

  Ran 274 tests with 0 failures and 18 errors in 24.932 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.PloneTestCase.layer.PloneContentLessSite in 0.429 seconds.
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/factory.py", line 85, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/tool.py", line 1155, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/GenericSetup/tool.py", line 1085, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/setuphandlers.py", line 529, in importContent
    gen.setupPortalContent(site)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/setuphandlers.py", line 222, in setupPortalContent
    title=news_title, description=news_desc)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFPlone/utils.py", line 369, in _createObjectByType
    return fti._finishConstruction(ob)
AttributeError: _finishConstruction

Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.ZCML in 0.017 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 456 tests, 0 failures, 19 errors in 48.890 seconds.

UNKNOWN




More information about the Testbot mailing list