RFR(s): 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging

Sergei Kovalev sergei.kovalev at oracle.com
Mon Nov 7 11:42:09 UTC 2016


Hi Team,

Please review a very small fix for test suite.

BugID: https://bugs.openjdk.java.net/browse/JDK-8169316
WebRev: http://cr.openjdk.java.net/~skovalev/8169316/webrev.00/

Issue: bunch of tests have undeclared dependency on java.logging module. 
This leads the test to fail in case no module present in tested custom JRE.
As it was discussed in other review 
(http://mail.openjdk.java.net/pipermail/net-dev/2016-November/010423.html) 
we need the logging in the tests and TEST.properties is a better place 
to describe module dependencies.

-- 
With best regards,
Sergei



More information about the net-dev mailing list