disabled test
This commit is contained in:
@ -31,7 +31,7 @@ public class WhoisTest extends BaseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Ignore
|
||||
@Ignore
|
||||
// TODO 184.173.67.10 whois with referal
|
||||
public void testArin() throws WhoisException {
|
||||
Whois whoIsClient = new Whois();
|
||||
@ -61,8 +61,7 @@ public class WhoisTest extends BaseTest {
|
||||
assertTrue ("Network", whoisInformation.getNetwork().contains("200.29.132.80/29"));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
@Test
|
||||
public void testUnkown() throws WhoisException {
|
||||
Whois whoIsClient = new Whois();
|
||||
// whoIsClient.execute("whois.arin.net", "174.139.180.10");
|
||||
@ -71,7 +70,8 @@ public class WhoisTest extends BaseTest {
|
||||
// whoIsClient.execute("whois.apnic.net", "203.127.200.113");
|
||||
// whoIsClient.execute("whois.apnic.net", "182.72.111.26");
|
||||
// whoIsClient.execute("whois.ripe.net", "213.55.95.62"); // Transferred to Afrinic
|
||||
whoIsClient.execute("whois.afrinic.net", "213.55.95.62");
|
||||
// whoIsClient.execute("whois.afrinic.net", "213.55.95.62");
|
||||
whoIsClient.execute("whois.arin.net", "32.64.68.229");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user