8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational()

Reviewed-by: dfuchs, chegar
This commit is contained in:
Arthur Eubanks 2019-05-09 10:28:29 -07:00 committed by Arthur Eubanks
parent a5c506b411
commit eff53ce5e9
52 changed files with 63 additions and 53 deletions

View file

@ -37,7 +37,7 @@ import jdk.test.lib.net.IPSupport;
public class TestClose {
public static void main(String[] args) throws Exception {
IPSupport.skipIfCurrentConfigurationIsInvalid();
IPSupport.throwSkippedExceptionIfNonOperational();
ServerSocket ss;
Socket s;