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

plone.* Tests plone-tests at epy.co.at
Wed Feb 27 04:27:25 UTC 2008


plone.* Tests : UNKNOWN
Plone-trunk Zope-2.11 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 plone
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/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-cmf22-plone40/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/lib/python/zope/testing/testrunner.py:1834: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/test_configuration.py on line 158, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  __import__(name)
GenericCache not found; tests skipped
Parsing /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/etc/zope.conf
Running unit tests:


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt
Failed doctest test for formlib_kss.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt", line 74, in formlib_kss.txt
Failed example:
    view.validate_input(formname=u'edit', fieldname=u'form.title', value='Title')
Expected:
    [{'selectorType': 'css', 
      'params': {}, 
      'name': 'clearChildNodes', 
      'selector': u'#formfield-form-title div.fieldErrorBox'}, 
     {'selectorType': 'htmlid', 
      'params': {'value': u'error'}, 
      'name': 'removeClass', 
      'selector': u'formfield-form-title'}, 
     {'selectorType': 'css', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 
      'selector': '.portalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<dt>info</dt><dd></dd>', 'withKssSetup': u'True'}, 
      'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'class', 'value': u'portalMessage info'}, 
      'name': 'setAttribute', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 'selector': 'kssPortalMessage'}]
Got:
    [{'selectorType': 'css', 'params': {}, 'name': 'clearChildNodes', 'selector': u'#formfield-form-title div.fieldErrorBox'}, {'selectorType': 'htmlid', 'params': {'value': u'error'}, 'name': 'removeClass', 'selector': u'formfield-form-title'}, {'selectorType': 'css', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': '.portalMessage'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<dt>info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'class', 'value': u'portalMessage info'}, 'name': 'setAttribute', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': 'kssPortalMessage'}]



Error in test testBadAuthenticator (plone.app.protect.tests.testAuthenticator.DecoratorTests)
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-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)



Error in test testIgnoreBadRequestType (plone.app.protect.tests.testAuthenticator.DecoratorTests)
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-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)



Error in test testNoRequestParameter (plone.app.protect.tests.testAuthenticator.DecoratorTests)
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-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)

  Ran 365 tests with 1 failures and 3 errors in 6.472 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/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-cmf22-plone40/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 1.201 seconds.
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/exportimport/configure.zcml
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/exportimport/configure.zcml
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/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-cmf22-plone40/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-cmf22-plone40/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-cmf22-plone40/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-cmf22-plone40/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-cmf22-plone40/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 3.569 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt
Failed doctest test for adapters.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt", line 28, in adapters.txt
Failed example:
    id=source.createIdentifier("johny.bravo")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest adapters.txt[5]>", line 1, in ?
        id=source.createIdentifier("johny.bravo")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt
Failed doctest test for hash.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt", line 21, in hash.txt
Failed example:
    one = source.createIdentifier("john.doe")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest hash.txt[3]>", line 1, in ?
        one = source.createIdentifier("john.doe")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



Error in test testCredentialsUpdate (plone.session.tests.testPAS.TestSessionPlugin)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/testPAS.py", line 59, in testCredentialsUpdate
    "our_user", "password")
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 133, in updateCredentials
    self.setupSession(info["id"], response)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 85, in setupSession
    cookie=self.source.createIdentifier(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
    signature=self.signUserid(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
    secret = self.getSigningSecret()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
    return self.getSecrets()[0]
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
    raise NoKeyManager
NoKeyManager

  Ran 36 tests with 2 failures and 1 errors in 0.240 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  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 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.236 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.459 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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  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 1372, in setup_layer
    setup_layer(options, base, 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-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 156, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 219, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 238, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 254, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/setuphandlers.py", line 513, in importContent
    gen.addDefaultPortlets(site)
AttributeError: PloneGenerator instance has no attribute 'addDefaultPortlets'

Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 416 tests, 3 failures, 12 errors in 1 minutes 24.089 seconds.

UNKNOWN




More information about the Testbot mailing list