[Testbot] FAILED (failures=3, errors=21) : ATCT-trunk Plone-trunk Zope-trunk Python-2.4.4

ATContentTypes Tests plone-tests at epy.co.at
Tue Jan 22 05:40:47 UTC 2008


ATContentTypes Tests : FAILED (failures=3, errors=21)
ATCT-trunk 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.ATContentTypes
/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/Products/ATContentTypes/tests/atcttestcase.py:62: 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 Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/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
/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 5.660 seconds.
  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 9.829 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/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 8.561 seconds.


Error in test test_relateditems (Products.ATContentTypes.tests.test_atdocument.TestATDocumentFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atevent.TestATEventFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atfavorite.TestATFavoriteFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atfile.TestATFileFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atfolder.TestATFolderFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atfolder.TestATBTreeFolderFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atimage.TestATImageFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_additional_view (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_base_view (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_bobo_hook_security (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_createObject (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_discussion (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_dynamicViewContext (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_dynamic_view (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_edit_view (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_local_sharing_view (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_url_returns_image (Products.ATContentTypes.tests.test_atimage.TestATImageFunctional)
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/Products/ATContentTypes/tests/test_atimage.py", line 287, in afterSetUp
    atctftestcase.ATCTIntegrationTestCase.afterSetUp(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 65, in afterSetUp
    self.setupTestObject()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/atctftestcase.py", line 96, in setupTestObject
    self.folder.invokeFactory(self.portal_type, self.obj_id, title=self.title)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/lib/constraintypes.py", line 284, in invokeFactory
    RESPONSE=None, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/PortalFolder.py", line 312, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFCore/TypesTool.py", line 436, in _constructInstance
    notify(ObjectAddedEvent(obj, container, newid))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/CMFEditions/UniqueIdHandlerTool.py", line 82, in unregister
    histid_handler.unregister(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 111, in unregister
    raise UniqueIdError, \
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 80: ordinal not in range(128)



Error in test test_relateditems (Products.ATContentTypes.tests.test_atlink.TestATLinkFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_atnewsitem.TestATNewsItemFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_relateditems (Products.ATContentTypes.tests.test_attopic.TestATTopicFields)
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-cmf21-plone35/Products/ATContentTypes/tests/atcttestcase.py", line 340, in test_relateditems
    vocab = field.Vocabulary(dummy)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1800, in Vocabulary
    return self._Vocabulary(content_instance).sortedByValue()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1885, in _Vocabulary
    return DisplayList(pairs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 322, in __init__
    self.fromList(data)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 337, in fromList
    self.add(*item)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/utils.py", line 361, in add
    raise TypeError('DisplayList keys must be strings, got %s' %
TypeError: DisplayList keys must be strings, got <type 'instancemethod'>



Error in test test_reference_vocab (Products.ATContentTypes.tests.test_criteria.TestATReferenceCriterion)
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-cmf21-plone35/Products/ATContentTypes/tests/test_criteria.py", line 465, in test_reference_vocab
    self.folder.doc2.setRelatedItems([uid1])
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/ClassGen.py", line 76, in generatedMutator
    return schema[name].set(self, value, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/Field.py", line 1767, in set
    tool.addReference(instance, uid, self.relationship, **addRef_kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/lib/python/Products/Archetypes/ReferenceEngine.py", line 336, in addReference
    annotation._delObject(existing.id)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 379, in _delObject
    ob = self._getOb(id)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 295, in _getOb
    raise AttributeError, id
AttributeError: abc9c5f9d8a874f71f983ad700d5ad35



Failure in test test_path_query (Products.ATContentTypes.tests.test_criteria.TestATPathCriterion)
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-cmf21-plone35/Products/ATContentTypes/tests/test_criteria.py", line 678, in test_path_query
    self.assertEquals(tuple(query['query']), ('/plone/Members/test_user_1_/doc1',))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: ('/plone/Members',) != ('/plone/Members/test_user_1_/doc1',)



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/events.txt
Failed doctest test for events.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/events.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/events.txt", line 31, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 7 events:
    ? ^
    + 11 events:
    ? ^^
      [(<ATDocument at a>,
    -   <zope.app.event.objectevent.ObjectCreatedEvent object at ...>),
    ?                                                            ^^^
    +   <zope.app.event.objectevent.ObjectCreatedEvent object at 0xb4cc328c>),
    ?                                                            ^^^^^^^^^^
    -  (<ATDocument at a>, <OFS.event.ObjectWillBeAddedEvent object at ...>),
    ?                                                                  ^^^
    +  (<ATDocument at a>, <OFS.event.ObjectWillBeAddedEvent object at 0xb526dc4c>),
    ?                                                                  ^^^^^^^^^^
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    +   <Products.DCWorkflow.events.BeforeTransitionEvent object at 0xb52eb4ec>),
    -   <zope.app.container.contained.ObjectAddedEvent object at ...>),
    -  (<ATFolder at /.../Members/test_user_1_>,
    -   <zope.app.container.contained.ContainerModifiedEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <zope.app.event.objectevent.ObjectModifiedEvent object at ...),
    +   <Products.DCWorkflow.events.AfterTransitionEvent object at 0xb52eb10c>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
    +   <zope.app.container.contained.ObjectAddedEvent object at 0xb526d14c>),
    +  (<ATFolder at /plone/Members/test_user_1_>,
    +   <zope.app.container.contained.ContainerModifiedEvent object at 0xb512712c>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    +   <zope.app.event.objectevent.ObjectModifiedEvent object at 0xb4c72fcc>),
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    +   <Products.DCWorkflow.events.BeforeTransitionEvent object at 0xb5591d0c>),
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    -   <Products.DCWorkflow.events.AfterTransitionEvent object at ...>)]
    ?                                                              ^^^  ^
    +   <Products.DCWorkflow.events.AfterTransitionEvent object at 0xb559134c>),
    ?                                                              ^^^^^^^^^^  ^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    +   <zope.app.container.contained.ObjectAddedEvent object at 0xb4fd540c>),
    +  (<ATFolder at /plone/Members/test_user_1_>,
    +   <zope.app.container.contained.ContainerModifiedEvent object at 0xb4c7250c>)]



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/reindex_sanity.txt
Failed doctest test for reindex_sanity.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/reindex_sanity.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone35/Products/ATContentTypes/tests/reindex_sanity.txt", line 89, in reindex_sanity.txt
Failed example:
    _ = self.folder.invokeFactory(type_name='Document',
                                  id='new_doc1')
Expected:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
Got:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_doc1 []
    ------------------------------------------------------------

  Ran 825 tests with 3 failures and 21 errors in 3 minutes 27.408 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.676 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.032 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

FAILED (failures=3, errors=21)




More information about the Testbot mailing list