test/jdk/java/net/httpclient/websocket/WebSocketTest.java
branchhttp-client-branch
changeset 56307 5f07fa266686
parent 56303 a82058c084ef
child 56314 f92e7a8a189f
equal deleted inserted replaced
56306:88c1f551d45e 56307:5f07fa266686
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @build DummyWebSocketServer
    26  * @build DummyWebSocketServer
    27  * @run testng/othervm WebSocketTest
    27  * @run testng/othervm
       
    28  *      -Djdk.internal.httpclient.websocket.debug=true
       
    29  *      -Djdk.internal.httpclient.debug=true
       
    30  *       WebSocketTest
    28  */
    31  */
    29 import org.testng.annotations.DataProvider;
    32 import org.testng.annotations.DataProvider;
    30 import org.testng.annotations.Test;
    33 import org.testng.annotations.Test;
    31 
    34 
    32 import java.io.IOException;
    35 import java.io.IOException;