summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator_test_rss091.xml
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 07:21:02 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 07:21:02 +0000
commit3fed6c722cf5f66515cd82c765039fcd179aee0e (patch)
tree3cba81f7c9c5d85ac6f03726f1634678a59b1193 /modules/aggregator/aggregator_test_rss091.xml
parentec0dbd35c8dd7ad646ea3880f52ad81a54188f51 (diff)
downloadbrdo-3fed6c722cf5f66515cd82c765039fcd179aee0e.tar.gz
brdo-3fed6c722cf5f66515cd82c765039fcd179aee0e.tar.bz2
#364467 by alex_b: Fix remove followed by update aggregator items.
Diffstat (limited to 'modules/aggregator/aggregator_test_rss091.xml')
-rw-r--r--modules/aggregator/aggregator_test_rss091.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator_test_rss091.xml b/modules/aggregator/aggregator_test_rss091.xml
new file mode 100644
index 000000000..9576f7c16
--- /dev/null
+++ b/modules/aggregator/aggregator_test_rss091.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="0.91">
+ <channel>
+ <title>Example</title>
+ <link>http://example.com</link>
+ <description>Example updates</description>
+ <language>en-us</language>
+ <copyright>Copyright 2000, Example team.</copyright>
+ <managingEditor>editor@example.com</managingEditor>
+ <webMaster>webmaster@example.com</webMaster>
+ <image>
+ <title>Example</title>
+ <url>http://example.com/images/druplicon.png</url>
+ <link>http://example.com</link>
+ <width>88</width>
+ <height>100</height>
+ <description>Example updates</description>
+ </image>
+ <item>
+ <title>Example turns one</title>
+ <link>http://example.com/example-turns-one</link>
+ <description>Example turns one.</description>
+ </item>
+ <item>
+ <title>Example turns two</title>
+ <link>http://example.com/example-turns-two</link>
+ <description>Example turns two.</description>
+ </item>
+ </channel>
+</rss> \ No newline at end of file