test/jdk/java/net/httpclient/http2/ErrorTest.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 49765 ee6f7a61f3a5
child 52121 934969c63223
child 56795 03ece2518428
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
    56  * But, the exception that was thrown was not being returned up to application
    56  * But, the exception that was thrown was not being returned up to application
    57  * causing hang problems
    57  * causing hang problems
    58  */
    58  */
    59 public class ErrorTest {
    59 public class ErrorTest {
    60 
    60 
    61     static final String[] CIPHER_SUITES = new String[]{ "TLS_KRB5_WITH_3DES_EDE_CBC_SHA" };
    61     static final String[] CIPHER_SUITES = new String[]{ "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" };
    62 
    62 
    63     static final String SIMPLE_STRING = "Hello world Goodbye world";
    63     static final String SIMPLE_STRING = "Hello world Goodbye world";
    64 
    64 
    65     //@Test(timeOut=5000)
    65     //@Test(timeOut=5000)
    66     @Test
    66     @Test