test_moderation fails on approved_at date comparison
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| GNU Mailman |
Fix Released
|
Medium
|
Aamir Khan | ||
Bug Description
Tests fail with
Failure in test test_accepted_
Traceback (most recent call last):
File "/usr/lib64/
testMethod()
File "/home/
'Mon, 01 Aug 2005 07:49:23 -')
File "/usr/lib64/
assertion_
File "/usr/lib64/
raise self.failureExc
AssertionError: 'Mon, 01 Aug 2005 07:49:23 +' != u'Mon, 01 Aug 2005 07:49:23 -'
which seems to include remnants of UTC offset in its comparison
perhaps it should be
mailman/
| tags: | added: mailman3 |
| Changed in mailman: | |
| assignee: | nobody → Aamir Khan (syst3mw0rm) |
| Changed in mailman: | |
| status: | Confirmed → Fix Committed |
| Changed in mailman: | |
| status: | Fix Committed → Fix Released |

Why is a '-' at the end of date ?
I have changed it to '+' and it works!
But i don't know whether it is correct way to rectify the error.