fix a test with newer configuration

This commit is contained in:
Anton Keks 2018-06-18 22:11:27 +03:00
parent bf65f5ffdf
commit 86e8327fa5
2 changed files with 1 additions and 2 deletions

View File

@ -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 />

View File

@ -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 */ }