KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > syndication > unittest > TestSyndFeedRSS091U


1 /*
2  * Created on Jun 24, 2004
3  *
4  */

5 package com.sun.syndication.unittest;
6
7 /**
8  * @author pat
9  *
10  */

11 public class TestSyndFeedRSS091U extends TestSyndFeedRSS091N {
12
13     public TestSyndFeedRSS091U() {
14         super("rss_0.91U", "rss_0.91U.xml");
15     }
16
17 }
18
Popular Tags