mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
fix a test with newer configuration
This commit is contained in:
parent
bf65f5ffdf
commit
86e8327fa5
1
.idea/libraries/lib_testing.xml
generated
1
.idea/libraries/lib_testing.xml
generated
@ -2,7 +2,6 @@
|
||||
<library name="lib_testing">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/lib/testing" />
|
||||
<root url="file://$PROJECT_DIR$/lib/testing" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
||||
@ -30,7 +30,7 @@ public class HostnameFetcherTest extends AbstractFetcherTestCase {
|
||||
|
||||
try {
|
||||
InetAddress address = InetAddress.getByName("era.ee");
|
||||
assertEquals("era.ee", fetcher.scan(new ScanningSubject(address)));
|
||||
assertEquals("ns.era.ee", fetcher.scan(new ScanningSubject(address)));
|
||||
}
|
||||
catch (UnknownHostException e) { /* ignore - test is running in off-line environment */ }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user