Bugs item #3053434, was opened at 2010-08-26 11:31
Message generated for change (Comment added) made by henryju
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3053434&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: D S (favarava)
Assigned to: Nobody/Anonymous (nobody)
Summary: setIgnoreFailingStatusCodes not work

Initial Comment:
function "setIgnoreFailingStatusCodes" in Class "WebTestCase" does not work

----------------------------------------------------------------------

>Comment By: Julien HENRY (henryju)
Date: 2010-10-19 16:03

Message:
I just did a test and it works:

getTestContext().setBaseUrl("http://www.google.com";);
setIgnoreFailingStatusCodes(true);
beginAt("foo");
closeBrowser();
setIgnoreFailingStatusCodes(false);
beginAt("foo");//Fail

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3053434&group_id=61302

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to