Unit test failure

2013-01-15 Thread Mark Claassen
I am trying to compile HttpClient 4.2.2, but I run into a unit test failure every time. It doesn't say much so I am not sure what to do. Could it be my environment? All the other tests in all the other packages succeed. Running org.apache.http.impl.client.TestStatefulConnManagement Tests run

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Guess I will try 4.2.3 quick. -Original Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent: Tuesday, January 15, 2013 12:26 PM To: 'HttpClient User Discussion' Subject: Unit test failure I am trying to compile HttpClient 4.2.2, but I run into a unit test failure every time

RE: Unit test failure

2013-01-15 Thread Mark Claassen
I will get a unit test failure in the same place. Any ideas? Running org.apache.http.impl.client.TestRequestRetryHandler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.http.impl.client.TestRequestWrapper Tests run: 2, Failures: 0, Errors: 0, Skipped

Re: Unit test failure

2013-01-15 Thread sebb
On 15 January 2013 17:45, Mark Claassen ma...@donnell.com wrote: I will get a unit test failure in the same place. Any ideas? Running org.apache.http.impl.client.TestRequestRetryHandler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Sorry, I bit of a type-o there. I still get a unit test failure in the same place. I am going to see if I can try a build on another machine. -Original Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent: Tuesday, January 15, 2013 12:46 PM To: 'HttpClient User Discussion

Re: Unit test failure

2013-01-15 Thread sebb
] Sent: Tuesday, January 15, 2013 12:57 PM To: HttpClient User Discussion Subject: Re: Unit test failure On 15 January 2013 17:45, Mark Claassen ma...@donnell.com wrote: I will get a unit test failure in the same place. Any ideas? Running org.apache.http.impl.client.TestRequestRetryHandler Tests

RE: Unit test failure

2013-01-15 Thread Mark Claassen
] -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, January 15, 2013 1:26 PM To: HttpClient User Discussion Subject: Re: Unit test failure On 15 January 2013 18:08, Mark Claassen ma...@donnell.com wrote: Thanks! Connect

RE: Unit test failure

2013-01-15 Thread Mark Claassen
PM To: 'HttpClient User Discussion' Subject: RE: Unit test failure That works. I am using Java 6 update 38 My laptop is running Windows Vista --- T E S T S --- Results : Tests run: 0

RE: Unit test failure

2013-01-15 Thread Mark Claassen
: Tuesday, January 15, 2013 1:42 PM To: 'HttpClient User Discussion' Subject: RE: Unit test failure It has not been a good day for me as far as jumping to conclusions and type-os. It actually failed. --- T E S T S

Re: Unit test failure

2013-01-15 Thread Oleg Kalnichevski
Message- From: Mark Claassen [mailto:ma...@donnell.com] Sent: Tuesday, January 15, 2013 1:42 PM To: 'HttpClient User Discussion' Subject: RE: Unit test failure It has not been a good day for me as far as jumping to conclusions and type-os. It actually failed. It turned out the test had

RE: Unit test failure

2013-01-15 Thread Mark Claassen
Kalnichevski [mailto:ol...@apache.org] Sent: Tuesday, January 15, 2013 3:25 PM To: HttpClient User Discussion Subject: Re: Unit test failure On Tue, 2013-01-15 at 14:39 -0500, Mark Claassen wrote: I tried it on a different machine, this one running the same version of Java, but on a Windows 7 machine

Re: Unit test failure

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 15:39 -0500, Mark Claassen wrote: Thanks! My test laptops are not too fast, so I am guessing that this might be the issue. I am not too familiar with the ins and outs of maven. Is there a way I can remove this test from my local lists of tests and run the build