mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
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
1 changed files with 8 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue