diff options
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml')
-rw-r--r-- | toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml b/toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml new file mode 100644 index 000000000..fee9ff582 --- /dev/null +++ b/toolkit/components/feeds/test/xml/rss2/feed_lastBuildDate.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!-- + +Description: channel lastBuildDate works +Expect: feed.fields.getProperty('lastBuildDate') == 'Sat, 07 Sep 2002 00:00:01 GMT' + +--> +<rss version="2.0" > +<channel> +<lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate> +</channel> +</rss>
\ No newline at end of file |