- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_parseTextSitemaps_withInvalidLines (0.19 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
assertEquals("http://www.example.com/video.html", sitemapUrl.getLoc()); assertTrue(sitemapUrl.getVideos().size() >= 1); } public void test_parseTextSitemaps_withInvalidLines() { // Text sitemap with invalid lines should skip them and parse valid ones final String text = "http://www.example.com/page1.html\n" + "not-a-url\n" + "ftp://invalid-protocol.com\n"
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0)