ayushtkn commented on code in PR #1417:
URL:
https://github.com/apache/incubator-stormcrawler/pull/1417#discussion_r1853416242
##########
core/src/test/java/org/apache/stormcrawler/bolt/FeedParserBoltTest.java:
##########
@@ -51,7 +51,10 @@ void testFeedParsing() throws IOException {
Metadata metadata = new Metadata();
// specify that it is a Feed file
metadata.setValue(FeedParserBolt.isFeedKey, "true");
- parse("http://www.guardian.com/Feed.xml", "guardian.rss", metadata);
+ parse(
+
"https://de.wikipedia.org/w/index.php?title=Apache_Software_Foundation&action=history&feed=rss",
Review Comment:
can we use some page listed under apache scope instead? not sure if using
wikipedia might upset some as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]