test/jdk/java/net/httpclient/whitebox/Http1HeaderParserTestDriver.java
branchhttp-client-branch
changeset 56079 d23b02f37fce
parent 48535 5f9977540ac9
child 56089 42208b2f224e
equal deleted inserted replaced
56078:6c11b48a0695 56079:d23b02f37fce
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8195138
    26  * @bug 8195138
    27  * @modules jdk.incubator.httpclient
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal
    28  * @run testng jdk.incubator.httpclient/jdk.incubator.http.Http1HeaderParserTest
    28  * @run testng jdk.incubator.httpclient/jdk.incubator.http.internal.Http1HeaderParserTest
    29  */
    29  */