mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
*.abc urls now resolve with DNS, change to blah
This commit is contained in:
parent
f8378e4487
commit
7ebb4f6ae8
@ -31,7 +31,7 @@ public class RangeFeederTest {
|
||||
@Test
|
||||
public void malformedIP() {
|
||||
try {
|
||||
new RangeFeeder("10.11.12.abc.", "10.11.12.10");
|
||||
new RangeFeeder("10.11.12.blah.", "10.11.12.10");
|
||||
fail();
|
||||
}
|
||||
catch (FeederException e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user