Now testing ascending/descending order of items properly.
[agg.git] / tests_usr / sample_ascending.rss
bloba45a4ec27a967c69193b9ff2b20aee2074f87337
1 <?xml version="1.0"?>
2 <rss version="2.0">
3 <channel>
4 <title>feed</title>
5 <link>http://example.org</link>
6 <description>
7 Feed that is used for
8 verifying AGG's behavior
9 (acceptance test).
10 </description>
12 <item>
13 <title>Item 3</title>
14 <pubDate>Thu, 01 Apr 2010 12:54:06 +0200</pubDate>
15 <description>No item.</description>
16 <link>/dev/null</link>
17 </item>
18 <item>
19 <title>Item 2</title>
20 <pubDate>Fri, 02 Apr 2010 12:10:00 +0200</pubDate>
21 <description>Not so random item.</description>
22 <link>/dev/urandom</link>
23 </item>
24 <item>
25 <title>Item 1</title>
26 <pubDate>Sat, 02 Oct 2010 22:43:23 +0200</pubDate>
27 <description>Random item.</description>
28 <link>/dev/random</link>
29 </item>
30 </channel>
31 </rss>