http-client-branch: review comment - missing @bug in two tests http-client-branch
authordfuchs
Mon, 16 Apr 2018 09:57:46 +0100
branchhttp-client-branch
changeset 56430 d5c1321123dd
parent 56429 d61066f546a7
child 56431 a30d41eadcf8
http-client-branch: review comment - missing @bug in two tests
test/jdk/java/net/httpclient/InvalidSubscriptionRequest.java
test/jdk/java/net/httpclient/ResponsePublisher.java
--- a/test/jdk/java/net/httpclient/InvalidSubscriptionRequest.java	Fri Apr 13 16:14:15 2018 +0100
+++ b/test/jdk/java/net/httpclient/InvalidSubscriptionRequest.java	Mon Apr 16 09:57:46 2018 +0100
@@ -23,6 +23,7 @@
 
 /*
  * @test
+ * @bug 8201186
  * @summary Tests an asynchronous BodySubscriber that completes
  *          immediately with a Publisher<List<ByteBuffer>> whose
  *          subscriber issues bad requests
--- a/test/jdk/java/net/httpclient/ResponsePublisher.java	Fri Apr 13 16:14:15 2018 +0100
+++ b/test/jdk/java/net/httpclient/ResponsePublisher.java	Mon Apr 16 09:57:46 2018 +0100
@@ -23,6 +23,7 @@
 
 /*
  * @test
+ * @bug 8201186
  * @summary Tests an asynchronous BodySubscriber that completes
  *          immediately with a Publisher<List<ByteBuffer>>
  * @library /lib/testlibrary http2/server