1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss2/item_count.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: items length is correct 1.8 +Expect: feed.items.length == 1 1.9 + 1.10 +--> 1.11 +<rss version="2.0" 1.12 + xmlns:dc="http://purl.org/dc/elements/1.1/"> 1.13 + 1.14 +<channel> 1.15 +<title>Items Test</title> 1.16 +<link>http://mozilla.org/</link> 1.17 +<description></description> 1.18 + 1.19 +<dc:language>en-us</dc:language> 1.20 +<dc:creator>sayrer@gmail.com</dc:creator> 1.21 +<dc:date>2005-12-07T14:48:03-05:00</dc:date> 1.22 + 1.23 +<item> 1.24 +<title>Is the date right?</title> 1.25 +<link>http://example.org/dc_date.html</link> 1.26 +</item> 1.27 + 1.28 +</channel> 1.29 +</rss> 1.30 \ No newline at end of file