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:
parent
901b60e7e1
commit
0741fb6507
|
@ -23,7 +23,8 @@ class GeoFeedTest(unittest.TestCase):
|
||||||
|
|
||||||
# Making sure the box got added to the second GeoRSS feed.
|
# Making sure the box got added to the second GeoRSS feed.
|
||||||
self.assertChildNodes(feed2.getElementsByTagName('channel')[0],
|
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.
|
# Incrementing through the feeds.
|
||||||
|
|
Loading…
Reference in New Issue