On Sunday 27 August 2006 08:14, Darryl Cousins wrote: > Doesn't pass. I can't figure how to use the test to test for what I > expect - which is of course an exception.
Two choices that I commonly use for debugging: 1. print browser.contents; this will fail right away, but shows you the HTML that you can then anlyze and see what happened. 2. Use browser.handleErrors = False and see what's coming through. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
