improved Whoi parsing
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user