Parent Directory
|
Revision Log
trunk becomes 2.4.x ... starting to create multiple modules
1 | alfonx | 1317 | package skrueger; |
2 | |||
3 | import org.junit.Test; | ||
4 | |||
5 | import schmitzm.junit.TestingClass; | ||
6 | import skrueger.Sitemap.CHANGEFREQ; | ||
7 | |||
8 | public class SitemapUtilTest extends TestingClass { | ||
9 | |||
10 | |||
11 | @Test | ||
12 | public void testGetDocument() { | ||
13 | Sitemap s = new Sitemap(); | ||
14 | s.addUrl("http://www.wikisquare.de/UeberUns", null, CHANGEFREQ.monthly, 0.6); | ||
15 | s.addUrl("http://www.wikisquare.de/publications", null, null, null); | ||
16 | String xml = s.getXmlString(); | ||
17 | System.out.println(xml); | ||
18 | } | ||
19 | |||
20 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |