Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13113 closed (duplicate)

Syndication test fails after end of DST

Reported by: Jannis Leidel Owned by: nobody
Component: contrib.syndication Version: 1.2-beta
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

======================================================================
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)

comment:1 by Jannis Leidel, 14 years ago

milestone: 1.2

comment:2 by Karen Tracey, 14 years ago

Resolution: duplicate
Status: newclosed

We've already got a ticket open for this test's time check being broken in various environments: #12988

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top