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

plone.* Tests plone-tests at epy.co.at
Sat Aug 23 03:21:37 UTC 2008


plone.* Tests : UNKNOWN
Plone-3.1 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/lib/python/zope/testing/testrunner.py:1834: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_configuration.py on line 172, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  __import__(name)
Parsing /home/stefan/autotest/temp/python24-zope211-cmf21-plone31/etc/zope.conf
Test-module import failures:

Module: plone.app.content.browser.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/tests/test_doctests.py", line 5, in ?
    from Products.PloneTestCase.PloneTestCase import FunctionalTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.content.tests.test_basecontent

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/tests/test_basecontent.py", line 5, in ?
    from base import ContentFunctionalTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/tests/base.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.app.contentmenu.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentmenu/tests.py", line 3, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.app.contentrules.tests.test_action_copy

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_copy.py", line 8, in ?
    from plone.app.contentrules.actions.copy import CopyAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/copy.py", line 17, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_action_delete

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_delete.py", line 8, in ?
    from plone.app.contentrules.actions.delete import DeleteAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/delete.py", line 11, in ?
    from plone.app.contentrules.browser.formhelper import NullAddForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_action_logger

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_logger.py", line 8, in ?
    from plone.app.contentrules.actions.logger import LoggerAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/logger.py", line 15, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_action_mail

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_mail.py", line 8, in ?
    from plone.app.contentrules.rule import Rule
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/rule.py", line 13, in ?
    from Products.CMFCore.interfaces import ISiteRoot
ImportError: No module named CMFCore.interfaces


Module: plone.app.contentrules.tests.test_action_move

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_move.py", line 8, in ?
    from plone.app.contentrules.actions.move import MoveAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/move.py", line 19, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_action_notify

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_notify.py", line 8, in ?
    from plone.app.contentrules.actions.notify import NotifyAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/notify.py", line 9, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_action_workflow

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_action_workflow.py", line 8, in ?
    from plone.app.contentrules.actions.workflow import WorkflowAction
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/actions/workflow.py", line 11, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_browser

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_browser.py", line 5, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.app.contentrules.tests.test_condition_group

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_condition_group.py", line 10, in ?
    from plone.app.contentrules.conditions.group import GroupCondition
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/conditions/group.py", line 10, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_condition_portal_type

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_condition_portal_type.py", line 10, in ?
    from plone.app.contentrules.conditions.portaltype import PortalTypeCondition
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/conditions/portaltype.py", line 12, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_condition_role

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_condition_role.py", line 10, in ?
    from plone.app.contentrules.conditions.role import RoleCondition
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/conditions/role.py", line 10, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_condition_wfstate

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_condition_wfstate.py", line 10, in ?
    from plone.app.contentrules.conditions.wfstate import WorkflowStateCondition
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/conditions/wfstate.py", line 10, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_condition_wftransition

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_condition_wftransition.py", line 10, in ?
    from plone.app.contentrules.conditions.wftransition import WorkflowTransitionCondition
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/conditions/wftransition.py", line 11, in ?
    from plone.app.contentrules.browser.formhelper import AddForm, EditForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/browser/formhelper.py", line 11, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.contentrules.tests.test_configuration

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_configuration.py", line 10, in ?
    from plone.app.contentrules.tests.base import ContentRulesTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.contentrules.tests.test_events

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_events.py", line 1, in ?
    from plone.app.contentrules.tests.base import ContentRulesTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.contentrules.tests.test_kss

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_kss.py", line 4, in ?
    from kss.core.tests.base import KSSViewTestCaseMixin
ImportError: No module named core.tests.base


Module: plone.app.contentrules.tests.test_rule_assignment_mapping

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_rule_assignment_mapping.py", line 9, in ?
    from plone.app.contentrules.rule import Rule
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/rule.py", line 13, in ?
    from Products.CMFCore.interfaces import ISiteRoot
ImportError: No module named CMFCore.interfaces


Module: plone.app.contentrules.tests.test_rule_management_views

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_rule_management_views.py", line 7, in ?
    from plone.app.contentrules.rule import Rule
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/rule.py", line 13, in ?
    from Products.CMFCore.interfaces import ISiteRoot
ImportError: No module named CMFCore.interfaces


Module: plone.app.contentrules.tests.test_setup

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_setup.py", line 8, in ?
    from plone.app.contentrules.tests.base import ContentRulesTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.contentrules.tests.test_traversal

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/tests/test_traversal.py", line 8, in ?
    from plone.app.contentrules.rule import Rule
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/contentrules/rule.py", line 13, in ?
    from Products.CMFCore.interfaces import ISiteRoot
ImportError: No module named CMFCore.interfaces


Module: plone.app.controlpanel.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/controlpanel/tests/__init__.py", line 3, in ?
    from plone.app.controlpanel.tests.cptc import ControlPanelTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/controlpanel/tests/cptc.py", line 8, in ?
    from Products.PloneTestCase.PloneTestCase import FunctionalTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.customerize.tests.testDocTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/customerize/__init__.py", line 1, in ?
    from Products.CMFCore.utils import ToolInit
ImportError: No module named CMFCore.utils


Module: plone.app.form.tests.test_kss

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/tests/test_kss.py", line 6, in ?
    import kss.core
ImportError: No module named core


Module: plone.app.form.tests.test_wysiwygwidget

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/tests/test_wysiwygwidget.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.app.i18n.locales.browser.tests

ImportError: No module named CMFCore.utils


Module: plone.app.i18n.locales.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/i18n/locales/tests/test_doctests.py", line 3, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.iterate.tests.test_iterate

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/iterate/__init__.py", line 26, in ?
    import permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/iterate/permissions.py", line 23, in ?
    from Products.CMFEditions import Permissions
ImportError: No module named CMFEditions


Module: plone.app.kss.tests.test_kss_attributes

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/kss/__init__.py", line 1, in ?
    from Products.Archetypes.public import process_types, listTypes
ImportError: No module named Archetypes.public


Module: plone.app.kss.tests.test_menus

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/kss/__init__.py", line 1, in ?
    from Products.Archetypes.public import process_types, listTypes
ImportError: No module named Archetypes.public


Module: plone.app.kss.tests.test_part_reloading

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/kss/__init__.py", line 1, in ?
    from Products.Archetypes.public import process_types, listTypes
ImportError: No module named Archetypes.public


Module: plone.app.layout.analytics.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/analytics/tests/test_doctests.py", line 8, in ?
    from plone.app.layout.analytics.tests import base
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/analytics/tests/base.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.app.layout.globals.tests.test_context

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/test_context.py", line 2, in ?
    from plone.app.layout.globals.tests.base import GlobalsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/base.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.layout.globals.tests.test_portal

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/test_portal.py", line 2, in ?
    from plone.app.layout.globals.tests.base import GlobalsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/base.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.layout.globals.tests.test_tools

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/test_tools.py", line 2, in ?
    from plone.app.layout.globals.tests.base import GlobalsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/globals/tests/base.py", line 1, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.layout.links.tests.test_rssviewlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/links/tests/test_rssviewlet.py", line 2, in ?
    from plone.app.layout.viewlets.tests.base import ViewletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/__init__.py", line 1, in ?
    from common import ViewletBase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/common.py", line 10, in ?
    from Products.CMFPlone.utils import safe_unicode
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.layout.sitemap.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/sitemap/tests/test_doctests.py", line 5, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.layout.viewlets.tests.test_content

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/__init__.py", line 1, in ?
    from common import ViewletBase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/common.py", line 10, in ?
    from Products.CMFPlone.utils import safe_unicode
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.layout.viewlets.tests.test_history

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/__init__.py", line 1, in ?
    from common import ViewletBase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/layout/viewlets/common.py", line 10, in ?
    from Products.CMFPlone.utils import safe_unicode
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.linkintegrity.tests.testDocTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/linkintegrity/tests/testDocTests.py", line 4, in ?
    from plone.app.linkintegrity.tests import layer
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/linkintegrity/tests/layer.py", line 3, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.openid.tests.test_view

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/openid/tests/test_view.py", line 2, in ?
    from plone.app.openid.tests.base import OpenIdTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/openid/tests/base.py", line 2, in ?
    import plone.openid
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/openid/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.app.portlets.tests.test_cache

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_cache.py", line 3, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_calendar_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_calendar_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_classic_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_classic_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_configuration

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_configuration.py", line 11, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_context

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_context.py", line 1, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_dashboard

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_dashboard.py", line 11, in ?
    from Products.PluggableAuthService.events import PrincipalCreated
ImportError: No module named PluggableAuthService.events


Module: plone.app.portlets.tests.test_events_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_events_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_exportimport

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_exportimport.py", line 12, in ?
    from Products.GenericSetup.testing import DummySetupEnviron
ImportError: No module named GenericSetup.testing


Module: plone.app.portlets.tests.test_login_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_login_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_manage_views

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_manage_views.py", line 1, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_mapping

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_mapping.py", line 17, in ?
    from plone.app.portlets.portlets import classic
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/portlets/classic.py", line 4, in ?
    from plone.app.portlets.portlets import base
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/portlets/base.py", line 24, in ?
    from plone.app.portlets.browser.formhelper import AddForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/browser/formhelper.py", line 12, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.portlets.tests.test_namechooser

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_namechooser.py", line 4, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_navigation_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_navigation_portlet.py", line 3, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_news_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_news_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_recent_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_recent_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_review_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_review_portlet.py", line 4, in ?
    from Products.CMFCore.utils import getToolByName
ImportError: No module named CMFCore.utils


Module: plone.app.portlets.tests.test_rss_portlet

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_rss_portlet.py", line 4, in ?
    from Products.GenericSetup.utils import _getDottedName
ImportError: No module named GenericSetup.utils


Module: plone.app.portlets.tests.test_setup

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_setup.py", line 10, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_traversal

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_traversal.py", line 13, in ?
    from plone.app.portlets.tests.base import PortletsTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/base.py", line 11, in ?
    from Products.PloneTestCase.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.app.portlets.tests.test_utils

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/tests/test_utils.py", line 13, in ?
    from plone.app.portlets.portlets import classic
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/portlets/classic.py", line 4, in ?
    from plone.app.portlets.portlets import base
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/portlets/base.py", line 24, in ?
    from plone.app.portlets.browser.formhelper import AddForm
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/portlets/browser/formhelper.py", line 12, in ?
    from Products.CMFPlone import PloneMessageFactory as _
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/__init__.py", line 215, in ?
    from browser import ploneview
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/Products/CMFPlone/browser/ploneview.py", line 5, in ?
    from Products.CMFCore.permissions import AddPortalContent
ImportError: No module named CMFCore.permissions


Module: plone.app.redirector.tests.test_doctests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/test_doctests.py", line 4, in ?
    from plone.app.redirector.tests.base import RedirectorFunctionalTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/base.py", line 2, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.redirector.tests.test_events

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/test_events.py", line 4, in ?
    from plone.app.redirector.tests.base import RedirectorTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/base.py", line 2, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.redirector.tests.test_setup

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/test_setup.py", line 2, in ?
    from plone.app.redirector.tests.base import RedirectorTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/base.py", line 2, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.redirector.tests.test_view

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/test_view.py", line 2, in ?
    from plone.app.redirector.tests.base import RedirectorTestCase
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/redirector/tests/base.py", line 2, in ?
    from Products.PloneTestCase import PloneTestCase
ImportError: No module named PloneTestCase


Module: plone.app.viewletmanager.tests.test_exportimport

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/viewletmanager/tests/test_exportimport.py", line 8, in ?
    from Products.GenericSetup.tests.common import BaseRegistryTests
ImportError: No module named GenericSetup.tests.common


Module: plone.app.vocabularies.tests.test_vocabularies

ImportError: No module named CMFCore.utils


Module: plone.app.workflow.tests.test_folder_workflow

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_functional

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_one_state_workflow

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_plone_workflow

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_remap

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_sharing_view

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.app.workflow.tests.test_simple_publication_workflow

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/__init__.py", line 2, in ?
    import plone.app.workflow.permissions
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/workflow/permissions.py", line 1, in ?
    from Products.CMFCore.permissions import setDefaultRoles
ImportError: No module named CMFCore.permissions


Module: plone.browserlayer.tests.test_doctest

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/browserlayer/tests/test_doctest.py", line 7, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Module: plone.locking.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/locking/tests.py", line 7, in ?
    from Products.PloneTestCase.PloneTestCase import FunctionalTestCase
ImportError: No module named PloneTestCase.PloneTestCase


Module: plone.openid.tests.testAuthentication

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/openid/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.openid.tests.testDocTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/openid/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.openid.tests.testExtraction

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/openid/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.session.tests.testDocTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/session/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.session.tests.testPAS

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/session/__init__.py", line 2, in ?
    from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
ImportError: No module named PluggableAuthService.PluggableAuthService


Module: plone.theme.tests.test_doctest

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/theme/tests/test_doctest.py", line 9, in ?
    from Products.PloneTestCase import PloneTestCase as ptc
ImportError: No module named PloneTestCase


Running unit tests:


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/usr/local/python2.4/lib/python2.4/doctest.py", line 2157, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for table.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 11, in table.txt
Failed example:
    from plone.app.content.browser.tableview import Table
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[0]>", line 1, in ?
        from plone.app.content.browser.tableview import Table
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/tableview.py", line 4, in ?
        from kss.core import KSSView
    ImportError: No module named core
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 14, in table.txt
Failed example:
    table = Table(request={}, base_url=base_url, view_url=view_url,
                  items=[], show_sort_column=False, buttons=[]) 
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[3]>", line 1, in ?
        table = Table(request={}, base_url=base_url, view_url=view_url,
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 28, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[5]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 30, in table.txt
Failed example:
    IBatch.providedBy(table.batch)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[7]>", line 1, in ?
        IBatch.providedBy(table.batch)
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 36, in table.txt
Failed example:
    list(table.batch)[0]['checked']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[8]>", line 1, in ?
        list(table.batch)[0]['checked']
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 42, in table.txt
Failed example:
    table = Table({'select': 'screen'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[9]>", line 1, in ?
        table = Table({'select': 'screen'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 43, in table.txt
Failed example:
    list(table.batch)[0]['checked']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[10]>", line 1, in ?
        list(table.batch)[0]['checked']
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 50, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[12]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 51, in table.txt
Failed example:
    list(table.batch)[0]['table_row_class']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[13]>", line 1, in ?
        list(table.batch)[0]['table_row_class']
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 56, in table.txt
Failed example:
    table = Table({'select': 'screen'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[14]>", line 1, in ?
        table = Table({'select': 'screen'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 57, in table.txt
Failed example:
    list(table.batch)[0]['table_row_class']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[15]>", line 1, in ?
        list(table.batch)[0]['table_row_class']
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 64, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[16]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 65, in table.txt
Failed example:
    table.selectcurrentbatch
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[17]>", line 1, in ?
        table.selectcurrentbatch
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 68, in table.txt
Failed example:
    table = Table({'select': 'screen'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[18]>", line 1, in ?
        table = Table({'select': 'screen'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 69, in table.txt
Failed example:
    table.selectcurrentbatch
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[19]>", line 1, in ?
        table.selectcurrentbatch
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 72, in table.txt
Failed example:
    table = Table({'select': 'all'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[20]>", line 1, in ?
        table = Table({'select': 'all'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 73, in table.txt
Failed example:
    table.selectcurrentbatch
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[21]>", line 1, in ?
        table.selectcurrentbatch
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 78, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[22]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 79, in table.txt
Failed example:
    table.selectall
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[23]>", line 1, in ?
        table.selectall
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 82, in table.txt
Failed example:
    table = Table({'select': 'all'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[24]>", line 1, in ?
        table = Table({'select': 'all'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 83, in table.txt
Failed example:
    table.selectall
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[25]>", line 1, in ?
        table.selectall
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 90, in table.txt
Failed example:
    table = Table({'select': 'screen'}, base_url, view_url, items=small_numnber_of_items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[27]>", line 1, in ?
        table = Table({'select': 'screen'}, base_url, view_url, items=small_numnber_of_items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 91, in table.txt
Failed example:
    table.selectcurrentbatch
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[28]>", line 1, in ?
        table.selectcurrentbatch
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 93, in table.txt
Failed example:
    table.selectall
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[29]>", line 1, in ?
        table.selectall
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 104, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[30]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 105, in table.txt
Failed example:
    table.show_sort_column
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[31]>", line 1, in ?
        table.show_sort_column
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 108, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items, show_sort_column=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[32]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items, show_sort_column=True)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 109, in table.txt
Failed example:
    table.show_sort_column
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[33]>", line 1, in ?
        table.show_sort_column
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 118, in table.txt
Failed example:
    table.selectnone_url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[34]>", line 1, in ?
        table.selectnone_url
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 123, in table.txt
Failed example:
    table.selectscreen_url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[35]>", line 1, in ?
        table.selectscreen_url
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 128, in table.txt
Failed example:
    table.selectall_url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[36]>", line 1, in ?
        table.selectall_url
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 136, in table.txt
Failed example:
    table = Table({}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[37]>", line 1, in ?
        table = Table({}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 137, in table.txt
Failed example:
    table.show_select_all_items
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[38]>", line 1, in ?
        table.show_select_all_items
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 140, in table.txt
Failed example:
    table = Table({'select': 'screen'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[39]>", line 1, in ?
        table = Table({'select': 'screen'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 141, in table.txt
Failed example:
    table.show_select_all_items
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[40]>", line 1, in ?
        table.show_select_all_items
    NameError: name 'table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 144, in table.txt
Failed example:
    table = Table({'select': 'all'}, base_url, view_url, items=items)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[41]>", line 1, in ?
        table = Table({'select': 'all'}, base_url, view_url, items=items)
    NameError: name 'Table' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/browser/table.txt", line 145, in table.txt
Failed example:
    table.show_select_all_items
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest table.txt[42]>", line 1, in ?
        table.show_select_all_items
    NameError: name 'table' is not defined




Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/usr/local/python2.4/lib/python2.4/doctest.py", line 2157, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for namechooser.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 11, in namechooser.txt
Failed example:
    from plone.app.content import container, item
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[0]>", line 1, in ?
        from plone.app.content import container, item
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/container.py", line 5, in ?
        from Products.CMFCore.PortalContent import PortalContent
    ImportError: No module named CMFCore.PortalContent
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 19, in namechooser.txt
Failed example:
    class MyContainer(container.Container):
        implements(IMyContainer)
        portal_type = "My container"
        title = IMyContainer['title']
        description = IMyContainer['description']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[4]>", line 1, in ?
        class MyContainer(container.Container):
    NameError: name 'container' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 29, in namechooser.txt
Failed example:
    class MyType(item.Item):
        implements(IMyType)
        portal_type = "My portal type"
        title = IMyType['title']
        description = IMyType['description']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[6]>", line 1, in ?
        class MyType(item.Item):
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 35, in namechooser.txt
Failed example:
    container = MyContainer("my-container")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[7]>", line 1, in ?
        container = MyContainer("my-container")
    NameError: name 'MyContainer' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 41, in namechooser.txt
Failed example:
    from Products.CMFCore.interfaces import IFolderish
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[9]>", line 1, in ?
        from Products.CMFCore.interfaces import IFolderish
    ImportError: No module named CMFCore.interfaces
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 42, in namechooser.txt
Failed example:
    from plone.app.content.namechooser import NormalizingNameChooser
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[10]>", line 1, in ?
        from plone.app.content.namechooser import NormalizingNameChooser
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.py", line 12, in ?
        from Products.CMFCore.interfaces import IPropertiesTool
    ImportError: No module named CMFCore.interfaces
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 43, in namechooser.txt
Failed example:
    provideAdapter(adapts=(IFolderish,), factory=NormalizingNameChooser)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[11]>", line 1, in ?
        provideAdapter(adapts=(IFolderish,), factory=NormalizingNameChooser)
    NameError: name 'IFolderish' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 61, in namechooser.txt
Failed example:
    chooser = INameChooser(container)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[18]>", line 1, in ?
        chooser = INameChooser(container)
    NameError: name 'container' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 63, in namechooser.txt
Failed example:
    item = MyType("my-item")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[19]>", line 1, in ?
        item = MyType("my-item")
    NameError: name 'MyType' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 64, in namechooser.txt
Failed example:
    item.id
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[20]>", line 1, in ?
        item.id
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 67, in namechooser.txt
Failed example:
    name = chooser.chooseName(None, item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[21]>", line 1, in ?
        name = chooser.chooseName(None, item)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 68, in namechooser.txt
Failed example:
    name
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[22]>", line 1, in ?
        name
    NameError: name 'name' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 70, in namechooser.txt
Failed example:
    chooser.checkName(name, object)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[23]>", line 1, in ?
        chooser.checkName(name, object)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 76, in namechooser.txt
Failed example:
    container[name] = item
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[24]>", line 1, in ?
        container[name] = item
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 78, in namechooser.txt
Failed example:
    item = MyType("my-item") # a distinct object, but with the same id
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[25]>", line 1, in ?
        item = MyType("my-item") # a distinct object, but with the same id
    NameError: name 'MyType' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 79, in namechooser.txt
Failed example:
    name = chooser.chooseName(None, item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[26]>", line 1, in ?
        name = chooser.chooseName(None, item)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 80, in namechooser.txt
Failed example:
    name
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[27]>", line 1, in ?
        name
    NameError: name 'name' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 82, in namechooser.txt
Failed example:
    chooser.checkName(name, object)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[28]>", line 1, in ?
        chooser.checkName(name, object)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 88, in namechooser.txt
Failed example:
    item.id = "another-id"
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[29]>", line 1, in ?
        item.id = "another-id"
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 89, in namechooser.txt
Failed example:
    chooser.chooseName("my-item", item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[30]>", line 1, in ?
        chooser.chooseName("my-item", item)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 98, in namechooser.txt
Failed example:
    delattr(item, 'id')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[31]>", line 1, in ?
        delattr(item, 'id')
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 99, in namechooser.txt
Failed example:
    chooser.chooseName(None, item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[32]>", line 1, in ?
        chooser.chooseName(None, item)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 102, in namechooser.txt
Failed example:
    delattr(MyType, 'portal_type')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[33]>", line 1, in ?
        delattr(MyType, 'portal_type')
    NameError: name 'MyType' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 103, in namechooser.txt
Failed example:
    chooser.chooseName(None, item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[34]>", line 1, in ?
        chooser.chooseName(None, item)
    NameError: name 'chooser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 125, in namechooser.txt
Failed example:
    item = MyType("some-id")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[38]>", line 1, in ?
        item = MyType("some-id")
    NameError: name 'MyType' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 126, in namechooser.txt
Failed example:
    item.title = u"My funky item"
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[39]>", line 1, in ?
        item.title = u"My funky item"
    NameError: name 'item' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/content/namechooser.txt", line 127, in namechooser.txt
Failed example:
    chooser.chooseName(None, item)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.4/lib/python2.4/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest namechooser.txt[40]>", line 1, in ?
        chooser.chooseName(None, item)
    NameError: name 'chooser' is not defined




Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/widgets/uberselectionwidget.txt
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/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/tests/test_widgets.py", line 14, in setUp
    zcml.load_config('configure.zcml', plone.app.form)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/zcml.py", line 62, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 689, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 1381, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 182, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/widgets/datecomponents.py", line 7, in ?
    from Products.CMFCore.utils import getToolByName
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/configure.zcml", line 7.2-7.32
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone31/lib/python/plone/app/form/widgets/configure.zcml", line 6.4-12.10
    ImportError: No module named CMFCore.utils

  Ran 319 tests with 2 failures and 1 errors in 7.836 seconds.

Test-modules with import problems:
  plone.app.content.browser.tests.test_doctests
  plone.app.content.tests.test_basecontent
  plone.app.contentmenu.tests
  plone.app.contentrules.tests.test_action_copy
  plone.app.contentrules.tests.test_action_delete
  plone.app.contentrules.tests.test_action_logger
  plone.app.contentrules.tests.test_action_mail
  plone.app.contentrules.tests.test_action_move
  plone.app.contentrules.tests.test_action_notify
  plone.app.contentrules.tests.test_action_workflow
  plone.app.contentrules.tests.test_browser
  plone.app.contentrules.tests.test_condition_group
  plone.app.contentrules.tests.test_condition_portal_type
  plone.app.contentrules.tests.test_condition_role
  plone.app.contentrules.tests.test_condition_wfstate
  plone.app.contentrules.tests.test_condition_wftransition
  plone.app.contentrules.tests.test_configuration
  plone.app.contentrules.tests.test_events
  plone.app.contentrules.tests.test_kss
  plone.app.contentrules.tests.test_rule_assignment_mapping
  plone.app.contentrules.tests.test_rule_management_views
  plone.app.contentrules.tests.test_setup
  plone.app.contentrules.tests.test_traversal
  plone.app.controlpanel.tests.test_doctests
  plone.app.customerize.tests.testDocTests
  plone.app.form.tests.test_kss
  plone.app.form.tests.test_wysiwygwidget
  plone.app.i18n.locales.browser.tests
  plone.app.i18n.locales.tests.test_doctests
  plone.app.iterate.tests.test_iterate
  plone.app.kss.tests.test_kss_attributes
  plone.app.kss.tests.test_menus
  plone.app.kss.tests.test_part_reloading
  plone.app.layout.analytics.tests.test_doctests
  plone.app.layout.globals.tests.test_context
  plone.app.layout.globals.tests.test_portal
  plone.app.layout.globals.tests.test_tools
  plone.app.layout.links.tests.test_rssviewlet
  plone.app.layout.sitemap.tests.test_doctests
  plone.app.layout.viewlets.tests.test_content
  plone.app.layout.viewlets.tests.test_history
  plone.app.linkintegrity.tests.testDocTests
  plone.app.openid.tests.test_view
  plone.app.portlets.tests.test_cache
  plone.app.portlets.tests.test_calendar_portlet
  plone.app.portlets.tests.test_classic_portlet
  plone.app.portlets.tests.test_configuration
  plone.app.portlets.tests.test_context
  plone.app.portlets.tests.test_dashboard
  plone.app.portlets.tests.test_events_portlet
  plone.app.portlets.tests.test_exportimport
  plone.app.portlets.tests.test_login_portlet
  plone.app.portlets.tests.test_manage_views
  plone.app.portlets.tests.test_mapping
  plone.app.portlets.tests.test_namechooser
  plone.app.portlets.tests.test_navigation_portlet
  plone.app.portlets.tests.test_news_portlet
  plone.app.portlets.tests.test_recent_portlet
  plone.app.portlets.tests.test_review_portlet
  plone.app.portlets.tests.test_rss_portlet
  plone.app.portlets.tests.test_setup
  plone.app.portlets.tests.test_traversal
  plone.app.portlets.tests.test_utils
  plone.app.redirector.tests.test_doctests
  plone.app.redirector.tests.test_events
  plone.app.redirector.tests.test_setup
  plone.app.redirector.tests.test_view
  plone.app.viewletmanager.tests.test_exportimport
  plone.app.vocabularies.tests.test_vocabularies
  plone.app.workflow.tests.test_folder_workflow
  plone.app.workflow.tests.test_functional
  plone.app.workflow.tests.test_one_state_workflow
  plone.app.workflow.tests.test_plone_workflow
  plone.app.workflow.tests.test_remap
  plone.app.workflow.tests.test_sharing_view
  plone.app.workflow.tests.test_simple_publication_workflow
  plone.browserlayer.tests.test_doctest
  plone.locking.tests
  plone.openid.tests.testAuthentication
  plone.openid.tests.testDocTests
  plone.openid.tests.testExtraction
  plone.session.tests.testDocTests
  plone.session.tests.testPAS
  plone.theme.tests.test_doctest

UNKNOWN




More information about the Testbot mailing list