< prev index next >

test/jdk/java/net/httpclient/whitebox/jdk.incubator.httpclient/jdk/incubator/http/SelectorTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 74,84 **** } catch (IOException ioe) { throw new UncheckedIOException(ioe); } } ! @Test(timeOut = 10000) public void test() throws Exception { try (ServerSocket server = new ServerSocket(0)) { int port = server.getLocalPort(); --- 74,84 ---- } catch (IOException ioe) { throw new UncheckedIOException(ioe); } } ! @Test public void test() throws Exception { try (ServerSocket server = new ServerSocket(0)) { int port = server.getLocalPort();
< prev index next >