test/jdk/java/net/httpclient/websocket/WSHandshakeExceptionTest.java
branchhttp-client-branch
changeset 56089 42208b2f224e
parent 55978 65bd0b92abec
child 56256 0fe17c3f9b4f
--- a/test/jdk/java/net/httpclient/websocket/WSHandshakeExceptionTest.java	Tue Feb 06 19:37:56 2018 +0000
+++ b/test/jdk/java/net/httpclient/websocket/WSHandshakeExceptionTest.java	Wed Feb 07 14:17:24 2018 +0000
@@ -26,16 +26,16 @@
  * @summary Basic test for WebSocketHandshakeException
  * @library /lib/testlibrary
  * @build jdk.testlibrary.SimpleSSLContext
- * @modules jdk.incubator.httpclient
+ * @modules java.net.http
  *          jdk.httpserver
  * @run testng/othervm WSHandshakeExceptionTest
  */
 import com.sun.net.httpserver.HttpServer;
 import com.sun.net.httpserver.HttpsConfigurator;
 import com.sun.net.httpserver.HttpsServer;
-import jdk.incubator.http.HttpClient;
-import jdk.incubator.http.WebSocket;
-import jdk.incubator.http.WebSocketHandshakeException;
+import java.net.http.HttpClient;
+import java.net.http.WebSocket;
+import java.net.http.WebSocketHandshakeException;
 import jdk.testlibrary.SimpleSSLContext;
 import org.testng.annotations.AfterTest;
 import org.testng.annotations.BeforeTest;