test/jdk/java/net/httpclient/ThrowingPublishersInRequest.java
changeset 52121 934969c63223
parent 50681 4254bed3c09d
--- a/test/jdk/java/net/httpclient/ThrowingPublishersInRequest.java	Mon Oct 15 14:42:31 2018 +0100
+++ b/test/jdk/java/net/httpclient/ThrowingPublishersInRequest.java	Mon Oct 15 22:47:03 2018 +0800
@@ -25,8 +25,8 @@
  * @test
  * @summary Tests what happens when request publishers
  *          throw unexpected exceptions.
- * @library /lib/testlibrary http2/server
- * @build jdk.testlibrary.SimpleSSLContext HttpServerAdapters
+ * @library /test/lib http2/server
+ * @build jdk.test.lib.net.SimpleSSLContext HttpServerAdapters
  *        ReferenceTracker AbstractThrowingPublishers ThrowingPublishersInRequest
  * @modules java.base/sun.net.www.http
  *          java.net.http/jdk.internal.net.http.common