My pleasure.
Trustin,
I run the test again.
for(int i=0; i<1000; i++){
System.out.println("Loop times:"+i);
junit.textui.TestRunner.run( ConnectorTest.class );
Loop times:356
.Using port 1 for testing.
* Without localAddress
* With localAddress
.Using port 1 for testing.
* Without localAddress
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* With localAddress
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
.Using port 1 for testing.
* Without localAddress
* With localAddress
Time: 2.063
OK (3 tests)
Loop times:357
.Using port 1 for testing.
* Without localAddress
* With localAddress
<====the test stop at here, can't continue
I terminate the test, run it again, the problem arise again, the
different is the loop times.
--
fratre <[EMAIL PROTECTED]>