RFR(S): 8173475 : java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module

Daniel Fuchs daniel.fuchs at oracle.com
Tue Jan 31 19:18:25 UTC 2017


+1

best regards,

-- daniel

On 27/01/17 12:43, Sergei Kovalev wrote:
> Hi All,
>
> Please review a small fix for tests.
>
> BugID: https://bugs.openjdk.java.net/browse/JDK-8173475
> WebRev: http://cr.openjdk.java.net/~skovalev/8173475/webrev.00/
>
> Issue: Two tests fail in case of usage '--limit-module' command line
> option.
> Root cause: One of the files HTTPTest.java has dependency on
> java.logging module. Second tests HTTPSetAuthenticatorTest.java extends
> first one. Therefore we need to add dependency declaration to the both
> tests.
>



More information about the net-dev mailing list