Darryl Cousins wrote:

>>     >>> from zope.testbrowser import Browser
>>     >>> browser = Browser()
>>     >>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')

oops:
>>     >>> browser = Browser('http://localhost/contents.html')
           # should be
           browser.open('http://localhost/contents.html')


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to