This commit is contained in:
Matthias Kurz 2019-01-26 22:51:35 +01:00
parent 0ea636d005
commit 984d3ee661
No known key found for this signature in database
GPG Key ID: 0B4AAA92F1117EF5
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class SitemapGeneratorTest extends TestCase {
String sitemap = writeSingleSiteMap(wsg);
assertEquals(expected, sitemap);
}
public void testBadUrl() throws Exception {
wsg = new WebSitemapGenerator("http://www.example.com", dir);
try {