[Zope3-Users] Re: zope.testbrowser and ZMI?

Philipp von Weitershausen philipp at weitershausen.de
Thu Mar 1 13:16:55 EST 2007


Stephan Richter wrote:
> On Thursday 01 March 2007 10:17, Basil Shubin wrote:
>>>>  >>> browser.addHeader('Authorization', 'Basic admin:admin')
> 
> This authorization is not correct. You need to use:
> 
>   >>> manager.addHeader('Authorization', 'Basic mgr:mgrpw')
> 
> At least this is the default.

In most Zope 3 ftest layers it is. I believe he's on Zope2, though.

I think his problem is that he's using the Zope 3 test browser in Zope 
2. He should be using Products.Five.testbrowser.Browser.


-- 
http://worldcookery.com -- Professional Zope documentation and training
Next Zope 3 training at Camp5: http://trizpug.org/boot-camp/camp5



More information about the Zope3-users mailing list