[Zope3-Users] testbrowser passes but view fails

2006-09-27 Thread ksmith93940-dev
I have a situation where the functional test passes but when the page is actually viewed a ComponentLookupError is raised. This test passes using zope.testbrowser browser.open('http://localhost/@@z3d.demo3.index.html') 'ViewletDemo3' in browser.contents True A quick sanity check

Re: [Zope3-Users] testbrowser passes but view fails

2006-09-27 Thread Benji York
[EMAIL PROTECTED] wrote: I have a situation where the functional test passes but when the page is actually viewed a ComponentLookupError is raised. One common cause for these types of errors is differences in configuration between the testing and production environment. Try running zope