http-client-branch: enable HTTP debugging in Pending[Text|Binary]* tests http-client-branch
authorchegar
Tue, 10 Apr 2018 13:39:38 +0100
branchhttp-client-branch
changeset 56409 b0c62cfc1d12
parent 56408 39c649170e9c
child 56410 1b37529eaf3a
http-client-branch: enable HTTP debugging in Pending[Text|Binary]* tests
test/jdk/java/net/httpclient/websocket/PendingBinaryPingClose.java
test/jdk/java/net/httpclient/websocket/PendingBinaryPongClose.java
test/jdk/java/net/httpclient/websocket/PendingTextPingClose.java
test/jdk/java/net/httpclient/websocket/PendingTextPongClose.java
--- 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
  */