What you have looks fine.
Thanks for liberating CookieManagerTest, and for removing another
dependency on test/sun/net/www/httptest.
-Chris.
On 05/15/2013 11:18 PM, Kurchi Hazra wrote:
Hi,
Two regression tests in jdk/test were hanging on Mac OS X
intermittently. Although it is difficult to reproduce
the problem, I suspect it is the use of the buggy httpserver test
library (jdk/test/sun/net/www/httptest) - we anyway want
to move away from using it. I have re-written parts of these tests to
use com.sun.net.httpserver instead.
I have also unleashed the tests from the ProblemList and will keep a
closer watch on test runs.
Bug: http://bugs.sun.com/view_bug.do?bug_id=7150552
Webrev: http://cr.openjdk.java.net/~khazra/7150552/webrev.00/
Thanks!
Kurchi