Rev 207: Test updated for naive listing of all items. in http://bzr.daniel-watkins.co.uk/pqm/rss

Daniel Watkins daniel at daniel-watkins.co.uk
Thu Jul 10 15:09:44 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/rss

------------------------------------------------------------
revno: 207
revision-id: daniel at daniel-watkins.co.uk-20080710140827-bmeljkvgpaixbtch
parent: daniel at daniel-watkins.co.uk-20080710135757-a2v1n66w7p7pah8r
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: rss
timestamp: Thu 2008-07-10 15:08:27 +0100
message:
  Test updated for naive listing of all items.
-------------- next part --------------
=== modified file 'pqm/ui/tests/test_twisted.py'
--- a/pqm/ui/tests/test_twisted.py	2008-07-10 13:57:57 +0000
+++ b/pqm/ui/tests/test_twisted.py	2008-07-10 14:08:27 +0000
@@ -204,6 +204,24 @@
                     '    <title>Patch Queue Manager Queue</title>\n'
                     '    <link></link>\n'
                     '    <description></description>\n'
+                    '    <item>\n'
+                    '      <title>A new action</title>\n'
+                    '      <author>John.Citizen at example.com</author>\n'
+                    '      <description>Merge archive at example.com/foo--bar--0 archive2 at example.com/bar--foo--1</description>\n'
+                    '      <pubDate>...</pubDate>\n'
+                    '    </item>\n'
+                    '    <item>\n'
+                    '      <title>A new action</title>\n'
+                    '      <author>John.Citizen at example.com</author>\n'
+                    '      <description>Merge archive at example.com/foo--bar--0 unregistered at example.com/bar--foo--1</description>\n'
+                    '      <pubDate>...</pubDate>\n'
+                    '    </item>\n'
+                    '    <item>\n'
+                    '      <title>A new action</title>\n'
+                    '      <author>John.Citizen at example.com</author>\n'
+                    '      <description>Merge archive at example.com/foo--bar--0 archive2 at example.com/bar--foo--2</description>\n'
+                    '      <pubDate>...</pubDate>\n'
+                    '    </item>\n'
                     '  </channel>\n'
                     '</rss>')
         self.assertDocTest(expected, rss)



More information about the bazaar-commits mailing list