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
This commit is contained in:
Justin Bronn 2010-01-29 18:07:49 +00:00
parent 901b60e7e1
commit 0741fb6507
1 changed files with 8 additions and 7 deletions

View File

@ -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.