RFR JDK-8151913: Fix module dependencies in java/net tests

Alan Bateman Alan.Bateman at oracle.com
Wed Apr 27 08:03:22 UTC 2016


On 27/04/2016 08:08, John Jiang wrote:
> Hi,
> Please review the fix for explicitly declaring module dependencies for 
> java net tests.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8151913
> Webrev: http://cr.openjdk.java.net/~jjiang/8151913/webrev.00
Since every test in test/java/net/httpclient/** will require the 
java.httpclient module then we could put a TEST.properties in the 
httpclient directly so that @modules doesn't need to be added to every test.

-Alan


More information about the net-dev mailing list