disabled test
This commit is contained in:
@ -31,7 +31,7 @@ public class WhoisTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
// TODO 184.173.67.10 whois with referal
|
// TODO 184.173.67.10 whois with referal
|
||||||
public void testArin() throws WhoisException {
|
public void testArin() throws WhoisException {
|
||||||
Whois whoIsClient = new Whois();
|
Whois whoIsClient = new Whois();
|
||||||
@ -62,7 +62,6 @@ public class WhoisTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void testUnkown() throws WhoisException {
|
public void testUnkown() throws WhoisException {
|
||||||
Whois whoIsClient = new Whois();
|
Whois whoIsClient = new Whois();
|
||||||
// whoIsClient.execute("whois.arin.net", "174.139.180.10");
|
// 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", "203.127.200.113");
|
||||||
// whoIsClient.execute("whois.apnic.net", "182.72.111.26");
|
// whoIsClient.execute("whois.apnic.net", "182.72.111.26");
|
||||||
// whoIsClient.execute("whois.ripe.net", "213.55.95.62"); // Transferred to Afrinic
|
// 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