| Home >> All >> com >> sun >> syndication >> [ unittest Javadoc ] |
Source code: com/sun/syndication/unittest/TestSyndFeedRSS091U.java
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 }