|
|
@ -152,8 +152,8 @@ public class ooxmlParserTest {
|
|
|
|
final Collection<AnchorURL> anchors = docs[0].getAnchors();
|
|
|
|
final Collection<AnchorURL> anchors = docs[0].getAnchors();
|
|
|
|
assertNotNull("Detected URLs must not be null", anchors);
|
|
|
|
assertNotNull("Detected URLs must not be null", anchors);
|
|
|
|
assertEquals("2 URLs should be detected", 2, anchors.size());
|
|
|
|
assertEquals("2 URLs should be detected", 2, anchors.size());
|
|
|
|
assertTrue("YaCy home page URL should have been parsed", anchors.contains(new AnchorURL("http://yacy.net")));
|
|
|
|
assertTrue("YaCy home page URL should have been parsed: " + anchors.toString(), anchors.contains(new AnchorURL("http://yacy.net/")));
|
|
|
|
assertTrue("YaCy forum URL should have been parsed", anchors.contains(new AnchorURL("https://searchlab.eu")));
|
|
|
|
assertTrue("YaCy forum URL should have been parsed: " + anchors.toString(), anchors.contains(new AnchorURL("https://searchlab.eu/")));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|