--- a/test/jdk/java/net/httpclient/websocket/PendingBinaryPingClose.java Tue Apr 10 12:09:50 2018 +0100
+++ b/test/jdk/java/net/httpclient/websocket/PendingBinaryPingClose.java Tue Apr 10 13:39:38 2018 +0100
@@ -25,6 +25,7 @@
* @test
* @build DummyWebSocketServer
* @run testng/othervm
+ * -Djdk.internal.httpclient.debug=true
* -Djdk.internal.httpclient.websocket.debug=true
* PendingBinaryPingClose
*/
--- a/test/jdk/java/net/httpclient/websocket/PendingBinaryPongClose.java Tue Apr 10 12:09:50 2018 +0100
+++ b/test/jdk/java/net/httpclient/websocket/PendingBinaryPongClose.java Tue Apr 10 13:39:38 2018 +0100
@@ -25,6 +25,7 @@
* @test
* @build DummyWebSocketServer
* @run testng/othervm
+ * -Djdk.internal.httpclient.debug=true
* -Djdk.internal.httpclient.websocket.debug=true
* PendingBinaryPongClose
*/
--- a/test/jdk/java/net/httpclient/websocket/PendingTextPingClose.java Tue Apr 10 12:09:50 2018 +0100
+++ b/test/jdk/java/net/httpclient/websocket/PendingTextPingClose.java Tue Apr 10 13:39:38 2018 +0100
@@ -25,6 +25,7 @@
* @test
* @build DummyWebSocketServer
* @run testng/othervm
+ * -Djdk.internal.httpclient.debug=true
* -Djdk.internal.httpclient.websocket.debug=true
* PendingTextPingClose
*/
--- a/test/jdk/java/net/httpclient/websocket/PendingTextPongClose.java Tue Apr 10 12:09:50 2018 +0100
+++ b/test/jdk/java/net/httpclient/websocket/PendingTextPongClose.java Tue Apr 10 13:39:38 2018 +0100
@@ -25,6 +25,7 @@
* @test
* @build DummyWebSocketServer
* @run testng/othervm
+ * -Djdk.internal.httpclient.debug=true
* -Djdk.internal.httpclient.websocket.debug=true
* PendingTextPongClose
*/