4 messages in com.canoo.lists.webtestRE: [Webtest] http options
FromSent OnAttachments
David Gibbs (IT)17 Jul 2003 03:48 
Bill Milbratz17 Jul 2003 07:43 
David Gibbs (IT)17 Jul 2003 07:58 
Dierk Koenig17 Jul 2003 11:01 
Subject:RE: [Webtest] http options
From:Dierk Koenig (dier@canoo.com)
Date:07/17/2003 11:01:24 AM
List:com.canoo.lists.webtest

I added this as default behaviour in Setup since build 338.

thanx for the post Mittie

BTW: with the new custom step support there is no more need to change existing code of steps. You could have subclassed Setup, add your line, and make the taskdef point to your implementation. -----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Bill Milbratz Sent: Donnerstag, 17. Juli 2003 16:44 To: 'webt@lists.canoo.com' Subject: RE: [Webtest] http options

>in one of the threads it was mentioned that HttpUnitOptions could be set without custom building canoo. >I haven't found where HttpUnitOptions can be specified in the Ant tasks.

You can set the HttpUnitOptions by modifying the doExecute method of Setup (com/canoo/webtest/steps/Setup.java).

e.g., I added this: HttpUnitOptions.setExceptionsThrownOnScriptError(false);

It would be nice if there were a properties file which ant uses to fill in these options, but for now you need to alter the source code.

bill m