[Pkg-mozext-commits] [requestpolicy] 47/257: [tst][add] testing data: add RSS feed

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:19:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit aee5b72fa9d31bafc518c96ad6f72d7a89587e72
Author: Martin Kimmerle <dev at 256k.de>
Date:   Wed Sep 2 08:54:40 2015 +0200

    [tst][add] testing data: add RSS feed
---
 tests/content/feed_1.rss | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/tests/content/feed_1.rss b/tests/content/feed_1.rss
new file mode 100644
index 0000000..4f815af
--- /dev/null
+++ b/tests/content/feed_1.rss
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0">
+<channel>
+ <title>RSS Title</title>
+ <description>This is an example of an RSS feed</description>
+ <link>http://www.example.com/main.html</link>
+ <lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
+ <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
+ <ttl>1800</ttl>
+
+ <item>
+  <title>Example entry</title>
+  <description>Here is some text containing an interesting description.</description>
+  <link>http://www.example.com/blog/post/1</link>
+  <guid isPermaLink="true">7bd204c6-1655-4c27-aeee-53f933c5395f</guid>
+  <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
+ </item>
+
+</channel>
+</rss>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list