First off, my platform:
- zope 2.9.5
- Plone 2.5 development branch
- remember trunk
- membrane trunk
Upon seeing the remember tests completely crash and burn at the
RememberProfileLayer as well as basic add new user support TTW broken, I've
backed out the following code from membrane/tools/membrane.py, which were
added in attempt to support the Plone 3.0 developer branch:
# avoid checking 'named' adapters
if adapter_reg.name:
continue
Once completed, we're back to the two assertion errors and one failure.
I'm not sure what's going on here, so hopefully briang has joined this list
and can shed some light on the subject. I've kept the code intact within a
comment and added a bit of my own thoughts, but for now thought it was a
priority to get this working on our primary platform at this point and also
to save others a lot of head scratching. Sorry if I'm missing something
obvious or not understanding something.
Please post to the list if you have any thoughts, questions about this.
Cheers, Andrew