We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc4687 commit cb8e0b6Copy full SHA for cb8e0b6
src/test/java/cz/jiripinkas/jsitemapgenerator/generator/SitemapGeneratorTest.java
@@ -105,7 +105,7 @@ public void testConstructSitemap() throws Exception {
105
@Test
106
public void testSaveSitemap() throws Exception {
107
File tmpFile = File.createTempFile("test", "sitemap");
108
- sitemapGenerator.saveSitemap(tmpFile, sitemapGenerator.toStringArray());
+ sitemapGenerator.toFile(tmpFile);
109
try {
110
TestUtil.testSitemapXsdFile(tmpFile, new File("sitemap.xsd"));
111
} finally {
0 commit comments