On Mi, 2004-06-16 at 15:08, Ryan Bloom wrote:

> For some reason, just running ant test is failing one test for me.  
> Specifically, org.apache.xmlrpc.CommonsXmlRpcTransportTest, isn't able to 
> connect to a server.  I would have thought that "ant test" would have run 
> the server before trying to run the client, but that doesn't seem to be 
> the case for this test.
> 
> I tried running the echo sample app on port 8081, and that gets this test 
> passing, but a different test fails, because port 8081 is taked already.  
> There must be a simple way to run the tests and have them pass, but what 
> is it?

I had the same problem today with more than one test and found, that I
had to repeat the tests multiple times and per test. They all work
separately, it seems, but not together.


Jochen

Reply via email to