[JWebUnit-users] Re : Proxy exclusion

2009-07-08 Thread Julien HENRY
Still the same issue. Internal HtmlUnit API is hidden. And this time I don't see an easy fix except making public some attributes of HtmlUnitTestingEngine. Regards, Julien De : "mpiracc...@imolinfo.it" À : Usage problems for JWebUnit Envoyé le : Mercredi,

[JWebUnit-users] Proxy exclusion

2009-07-08 Thread mpiraccini
Hi, We need also to access the ProxyConfiguration in HtmlUnit...the reason is that we have to exclude some hosts to be reached throug the proxy. This is possible in the current version? Marco. -- Enter the BlackBerry

[JWebUnit-users] Re : Re : Re : NicelyResynchronizingAjaxController support in jWebUnit ?

2009-07-08 Thread Julien HENRY
Thanks for your feedback. I think I'll add an option in TestContext like setAjaxCallSynchronized(boolean) The problem is this option will be ignored by Selenium plugin... De : "GRABOWSKI, Wojciech (Wojciech)" À : Usage problems for JWebUnit Envoyé le : Mercr

Re: [JWebUnit-users] Re : Re : NicelyResynchronizingAjaxController support in jWebUnit ?

2009-07-08 Thread GRABOWSKI, Wojciech (Wojciech)
Juilen, YES - that is working fine for me. Works like a charm :-) btw. in case you are afraid of consequences for other users I believe the best option would be to make this change exposed as an option for the user (false/true)... many thanks for your help! Wojtek __

[JWebUnit-users] Re : Jwebunit and Ajax support

2009-07-08 Thread Julien HENRY
Hi, Can you test this SNAPSHOT: http://www.gigasize.com/get.php?d=lqhopt300zb I've added: wc.setAjaxController(new NicelyResynchronizingAjaxController()); to HtmlUnitTestingEngine. Tell me if it fit your needs and I will see if if find the time to implement it more cleanly and push a new releas

[JWebUnit-users] Jwebunit and Ajax support

2009-07-08 Thread mpiraccini
Hi guys, We have to introduce ajax in our applications, and we have a lot of unit tests made using jwebunit. We know that jwebunit does not currenlty support ajax. Btw, we need to synchronize with ajax calls :). According with the 2697234 issue on the tracker, this can be done exposing HtmlU

[JWebUnit-users] Re : Re : NicelyResynchronizingAjaxController support in jWebUnit ?

2009-07-08 Thread Julien HENRY
Hi, I've done modification suggested by Eve and uploaded a SNAPSHOT bundle here: http://www.gigasize.com/get.php?d=lqhopt300zb I'm a bit affraid of the possible consequences on the existing test cases of other JWebUnit users so I think it will require more work to make the change optional. BT