Syndication test fails after end of DST
======================================================================
FAIL: test_rss2_feed (regressiontests.syndication.tests.SyndicationFeedTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/Jannis/Code/git/django/tests/regressiontests/syndication/tests.py", line 67, in test_rss2_feed
'copyright': 'Copyright (c) 2007, Sally Smith',
File "/Users/Jannis/Code/git/django/tests/regressiontests/syndication/tests.py", line 25, in assertChildNodeContent
elem.getElementsByTagName(k)[0].firstChild.wholeText, v)
AssertionError: u'Thu, 03 Jan 2008 13:30:00 -0500' != 'Thu, 03 Jan 2008 13:30:00 -0600'
Change History
(3)
Resolution: |
→ duplicate
|
Status: |
new → closed
|
We've already got a ticket open for this test's time check being broken in various environments: #12988