[Framework-Team] Re: first merges

Martin Aspeli optilude at gmx.net
Mon Oct 9 07:41:46 UTC 2006


Hanno, as always, you're invaluable!

> Right now there are a bunch of test failures which result in
> ComponentLookupErrors. These are due to the missing setup of the local
> sitemanager in PloneTestCase (setHooks, setSite and friends). If nobody
> else has time to get those fixed, I'll do that tomorrow evening.

Should this just go in PloneTestCase's set-up always? I think so - can 
anyone think of a reason why it may not be desired?

To be clear, it means setting the Plone site root as the local site for 
Z3 component lookup, meaning things like getUtility() and the adapter 
lookups will find local components before global ones. You can still 
override the site in your own afterSetUp() of course.

We need to ensure this only happens in PTC on 3.0. At least I think it's 
only relevant to Zope 2.10?

> Some more test failures are due to CMFDiffTool trying an old-style
> content installation. All it needs is a new proper GenericSetup
> extension profile. Some more exportimport handlers should be written for
> CMFEditions as well. I have already started working on them...

Why is CMFDiffTool doing a content installation? And didn't we fix this 
"old-style" content installation?

Martin




More information about the Framework-Team mailing list