Spaces
This commit is contained in:
parent
0ea636d005
commit
984d3ee661
|
@ -154,7 +154,7 @@ public class SitemapGeneratorTest extends TestCase {
|
||||||
String sitemap = writeSingleSiteMap(wsg);
|
String sitemap = writeSingleSiteMap(wsg);
|
||||||
assertEquals(expected, sitemap);
|
assertEquals(expected, sitemap);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testBadUrl() throws Exception {
|
public void testBadUrl() throws Exception {
|
||||||
wsg = new WebSitemapGenerator("http://www.example.com", dir);
|
wsg = new WebSitemapGenerator("http://www.example.com", dir);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue