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 TestSyndFeedAtom03 extends SyndFeedTest {
12
13 public TestSyndFeedAtom03() {
14 super("atom_0.3");
15 }
16
17 }