summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss1/full_feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss1/full_feed.xml')
-rw-r--r--toolkit/components/feeds/test/xml/rss1/full_feed.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/toolkit/components/feeds/test/xml/rss1/full_feed.xml b/toolkit/components/feeds/test/xml/rss1/full_feed.xml
deleted file mode 100644
index 7dae34c85..000000000
--- a/toolkit/components/feeds/test/xml/rss1/full_feed.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-
-Description: atom generator works
-Expect: result.bozo == true && feed.items.length == 1
-
--->
-<rdf:RDF
-xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-xmlns:dc="http://purl.org/dc/elements/1.1/"
-xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
-xmlns:admin="http://webns.net/mvcb/"
-xmlns:cc="http://web.resource.org/cc/"
-xmlns="http://purl.org/rss/1.0/">
-
-<channel rdf:about="http://example.org/">
-<title>fooo</title>
-<link>http://weblogs.example.org/</link>
-<description>fooooooo</description>
-<dc:language>en-us</dc:language>
-<dc:creator></dc:creator>
-<dc:date>2006-04-10T08:38:18-08:00</dc:date>
-<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
-
-
-<items>
-<rdf:Seq>
-<rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
-</rdf:Seq>
-
-</items>
-
-</channel>
-<item rdf:about="http://weblogs.example.org/archives/009698.html">
-<title>Come From?</title>
-<link>http://example.org/009698.html</link>
-<description><![CDATA[
- %G–%@ much of the code
-]]></description>
-<dc:date>2006-02-06T10:19:03-08:00</dc:date>
-</item>
-</rdf:RDF>