Hello,
I would like to ask whether there is a chance to get "NicelyResynchronizingAjaxController" support in jWebUnit?
HtmlUnit code is:
------------------------------------
WebClient webClient = new WebClient();
webClient.setAjaxController(new NicelyResynchronizingAjaxController());
------------------------------------
I have already found tracker that seems to be dealing with what I'm asking for:
http://sourceforge.net/tracker/?func=detail&aid=2697234&group_id=61302&atid=497985
Do you have any knowledge when this tracker will be resolved and put into official (or unofficial) build of jWebUnit?
If that is a very distant date... is there any possibility to make some "hack" to enable this controller in current jWebUnit 2.2 ?
My questions and requests come from:
- I was using jWebUnit 2.2 successfully for IceFaces 1.7.2 enabled application
- last week our product switched to newer version of IceFaces (1.8.1) and my jWebUnit test stopped to work
- after several hours of investigating I have found that enabling "NicelyResynchronizingAjaxController" in HtmlUnit
test (simplified version of my original jWebUnit test) makes my testing available again with IceFaces 1.8.1
thank you in advance for your help!
Wojtek Grabowski,
Poland
opensubscriber is not affiliated with the authors of this message nor responsible for its content.