Commit 0741fb65 authored by Justin Bronn's avatar Justin Bronn
Browse files

Fixed geographic feed test failure due to `Rss201rev2Feed` additions in r12338.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@12357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 901b60e7
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ class GeoFeedTest(unittest.TestCase):

        # Making sure the box got added to the second GeoRSS feed.
        self.assertChildNodes(feed2.getElementsByTagName('channel')[0],
                              ['title', 'link', 'description', 'language', 'lastBuildDate', 'item', 'georss:box']
                              ['title', 'link', 'description', 'language',
                               'lastBuildDate', 'item', 'georss:box', 'atom:link']
                              )

        # Incrementing through the feeds.