Re: [JWebUnit-users] JWebUnit connection error

2011-05-22 Thread Jevon Wright
Hi Yabing, You need to subscribe to the mailing list in order to post. As the stacktrace says, the connection timed out, and it looks like you have been trying to set proxy details. Did you have issues with setting these? Personally I only use JWebUnit with local development copies of my applicat

[JWebUnit-users] JWebUnit connection error

2011-05-22 Thread yabing chen
I have problem to use JWebUnit to connect to URL from eclipse. in the first line of the testSearch, it already failed. how to overcome this connection error? thanks. Below is my sample code: public class GoogleTest extends WebTestCase { static String searchLink = "HttpUnit"; public stat