We have a WebTest test that runs ok when our application is deployed in Tomcat 5. If we deploy it Tomcat 6 and run webtest, it errors out on a clickLink step with an HTTP 400 error. The link works fine if we click it in a browser. Is there a way to get more verbose output from WebTest/HtmlUnit? All we currently get it this:
[clickLink] INFO (com.gargoylesoftware.htmlunit.WebClient) - statusCode=[400] contentType=[] [clickLink] INFO (com.gargoylesoftware.htmlunit.WebClient) - I turned on showhtmlparseroutput, but nothing was reported. We are also saving responses, and the response seems to be empty. We are using build r1660 which is a bit out of date, so maybe that is the problem? -- View this message in context: http://www.nabble.com/WebTest-fails-on-Tomcat-6%2C-but-works-on-Tomcat-5-tp17499901p17499901.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

