[Testbot] UNKNOWN : Plone-3.1 Zope-2.10 Python-2.4.4

plone.* Tests plone-tests at epy.co.at
Wed Mar 5 04:21:21 UTC 2008


plone.* Tests : UNKNOWN
Plone-3.1 Zope-2.10 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope210/test.py -q -1 --config-file etc/zope.conf --package plone
Installing CMFCore ... done (0.507s)
Installing CMFDefault ... done (0.329s)
Installing CMFCalendar ... done (0.062s)
Installing CMFTopic ... done (0.029s)
Installing DCWorkflow ... done (0.070s)
Installing CMFActionIcons ... done (0.029s)
Installing CMFQuickInstallerTool ... done (0.095s)
Installing CMFFormController ... done (0.509s)
Installing GroupUserFolder ... done (0.589s)
Installing ZCTextIndex ... done (0.082s)
Installing CMFPlone ... done (3.138s)
Installing Archetypes ... done (0.153s)
Installing ATContentTypes ... done (0.058s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.020s)
Installing ExtendedPathIndex ... done (0.020s)
Installing ResourceRegistries ... done (0.016s)
Installing SecureMailHost ... done (0.019s)
Installing CMFPlacefulWorkflow ... done (0.032s)
Installing PasswordResetTool ... done (0.022s)
Installing PluggableAuthService ... done (0.034s)
Installing PluginRegistry ... done (0.022s)
Installing PlonePAS ... done (0.028s)
Installing kupu ... done (1.139s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.029s)
Installing PloneLanguageTool ... done (0.029s)
Installing Marshall ... done (0.085s)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py:1251: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/etc/zope.conf
Running unit tests:
/home/stefan/autotest/temp/python24-zope210/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-zope210-cmf21-plone31/lib/python/kss/core/permission.zcml
  warnings.warn(


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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'}]

  Ran 361 tests with 1 failures and 0 errors in 6.648 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 4.333 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.265 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py", line 271, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py", line 433, in run_with_options
    setup_layers, failures, errors)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py", line 604, in run_layer
    setup_layer(layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py", line 692, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PloneTestCase/setup.py", line 170, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PloneTestCase/setup.py", line 210, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PloneTestCase/setup.py", line 229, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PloneTestCase/setup.py", line 243, in _setupPloneSite_with_genericsetup
    profile_id=self.base_profile)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/factory.py", line 86, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % profile_id)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/TypesTool.py", line 716, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    ob = self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/TypesTool.py", line 450, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 347, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

UNKNOWN




More information about the Testbot mailing list