rzo1 commented on code in PR #1417:
URL: 
https://github.com/apache/incubator-stormcrawler/pull/1417#discussion_r1853435960


##########
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:
   Thanks. Think we are good now. I replaced it with handmade rss based upon 
the sitemap of our actual stormcrawler website.



-- 
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: dev-unsubscr...@stormcrawler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to