Looks like five.localsitemanager is missing in your setup. Yuppie
Jens Vagelpohl wrote:
I'm running the tests on the current GS trunk and see a dozen errors
like the traceback below. Right now my setup is Zope from the 2.10
branch after 2.10.4, maybe a few weeks old. I'm not using buildout or
easy_install, I simply link <GS>/Products/GenericSetup folder into my
instance's Products Folder the old-fashioned way, and then use
"bin/zopectl test" to run the tests. Does anyone else see these?
jens
Error in test test_runAllImportSteps_unicode_profile_id_creates_reports
(Products.GenericSetup.tests.test_tool.SetupToolTests)
Traceback (most recent call last):
File
"/usr/local/zope/src/Zope-2.10-branch/lib/python/Testing/ZopeTestCase/profiler.py",
line 98, in __call__
testMethod()
File
"/usr/local/zope/210Instance/Products/GenericSetup/tests/test_tool.py",
line 447, in test_runAllImportSteps_unicode_profile_id_creates_reports
tool.runAllImportStepsFromProfile(PROFILE_ID)
File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py", line
390, in runAllImportStepsFromProfile
ignore_dependencies=ignore_dependencies)
File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py", line
1180, in _runImportStepsFromContext
message = self._doRunImportStep(step, context)
File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py", line
1094, in _doRunImportStep
return handler(context)
File
"/usr/local/zope/210Instance/Products/GenericSetup/components.py", line
242, in importComponentRegistry
sm = getSiteManager(context.getSite())
File
"/usr/local/zope/opt/Zope-2.10-branch/lib/python/zope/component/_api.py",
line 48, in getSiteManager
raise ComponentLookupError(*error.args)
ComponentLookupError: ('Could not adapt', <Folder at /site>,
<InterfaceClass zope.component.interfaces.IComponentLookup>)
_______________________________________________
Zope-CMF maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests