improved Whoi parsing

This commit is contained in:
jomu
2016-08-31 22:55:56 +00:00
parent 74d2ea5fe2
commit 393b768f4f
5 changed files with 55 additions and 28 deletions

View File

@ -78,7 +78,7 @@ public class WhoisTest extends BaseTest {
@Test
public void testGeneric() throws WhoisException {
Whois whoIsClient = new Whois();
WhoisInformation info = whoIsClient.execute( "41.190.8.21");
WhoisInformation info = whoIsClient.execute( "85.185.91.5");
assertNotNull (info);
assertNotNull (info.getNetwork());
assertFalse (info.getNetwork().isEmpty());