8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
Reviewed-by: dfuchs
This commit is contained in:
parent
fa7ddb66e7
commit
6792c8bb23
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -32,11 +32,12 @@ import java.util.Arrays;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8169415
|
* @bug 8169415
|
||||||
* @library /lib/testlibrary/
|
* @library /lib/testlibrary/
|
||||||
* @modules java.base/sun.net.www
|
* @modules java.logging
|
||||||
|
* java.base/sun.net.www
|
||||||
* java.base/sun.net.www.protocol.http
|
* java.base/sun.net.www.protocol.http
|
||||||
* jdk.httpserver/sun.net.httpserver
|
* jdk.httpserver/sun.net.httpserver
|
||||||
* @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient HTTPSetAuthenticatorTest
|
* @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient HTTPSetAuthenticatorTest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -43,11 +43,12 @@ import javax.net.ssl.SSLContext;
|
|||||||
import javax.net.ssl.SSLSession;
|
import javax.net.ssl.SSLSession;
|
||||||
import jdk.testlibrary.SimpleSSLContext;
|
import jdk.testlibrary.SimpleSSLContext;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8169415
|
* @bug 8169415
|
||||||
* @library /lib/testlibrary/
|
* @library /lib/testlibrary/
|
||||||
* @modules java.base/sun.net.www
|
* @modules java.logging
|
||||||
|
* java.base/sun.net.www
|
||||||
* jdk.httpserver/sun.net.httpserver
|
* jdk.httpserver/sun.net.httpserver
|
||||||
* @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient
|
* @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient
|
||||||
* @summary A simple HTTP test that starts an echo server supporting Digest
|
* @summary A simple HTTP test that starts an echo server supporting Digest
|
||||||
|
Loading…
Reference in New Issue
Block a user