/[schmitzm]/branches/2.4.x/src_junit/skrueger/SitemapUtilTest.java
ViewVC logotype

Annotation of /branches/2.4.x/src_junit/skrueger/SitemapUtilTest.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1383 - (hide annotations)
Wed Jan 26 13:46:20 2011 UTC (14 years, 1 month ago) by alfonx
File MIME type: text/plain
File size: 457 byte(s)
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     }

Properties

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