Re: RFR 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate

2012-03-13 Thread Alan Bateman
On 12/03/2012 20:55, chris hegarty wrote: This is a follow up to some tests Alan found that are not being run because of a missing @run tag [1]. When run this test didn't exit. I simply fixed the terminate method to close the server socket and allow the thread executing the server complete. A

RFR 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate

2012-03-12 Thread chris hegarty
This is a follow up to some tests Alan found that are not being run because of a missing @run tag [1]. When run this test didn't exit. I simply fixed the terminate method to close the server socket and allow the thread executing the server complete. And some minor cleanup. http://cr.openjdk.