author | amlu |
Wed, 03 Jun 2015 15:33:28 +0100 | |
changeset 30912 | 5c720b6875a2 |
parent 30911 | 99e027461f4a |
child 30913 | bb5c454d451e |
jdk/test/sun/net/www/protocol/https/ChunkedOutputStream.java | file | annotate | diff | comparison | revisions |
--- a/jdk/test/sun/net/www/protocol/https/ChunkedOutputStream.java Wed Jun 03 15:30:44 2015 +0100 +++ b/jdk/test/sun/net/www/protocol/https/ChunkedOutputStream.java Wed Jun 03 15:33:28 2015 +0100 @@ -25,7 +25,6 @@ * @test * @bug 5026745 * @modules java.base/sun.net.www - * @library ../../httpstest/ * @build TestHttpsServer HttpCallback * @run main/othervm ChunkedOutputStream *