#820: errorlib: fix test case "test return of proper set of recipients"
----------------------+------------------
Reporter: simko | Owner:
Type: defect | Status: new
Priority: critical | Milestone: v1.0
Component: MiscUtil | Version:
Keywords: |
----------------------+------------------
The following unit test fails when run shortly after midnight (`Wed Sep 14
00:30:17 CEST 2011`) and succeeds when run in the morning (`Wed Sep 14
07:29:24 CEST 2011`). The problem seems related to the old issue
ticket:421. Here is the traceback when it fails:
{{{
======================================================================
FAIL: errorlib - test return of proper set of recipients
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/invenio/lib/python/invenio/errorlib_tests.py", line 226, in
test_get_emergency_recipients
self.assertEqual(set(result), set(expected))
AssertionError: set(['[email protected]',
'[email protected],[email protected]']) != set(['[email protected]',
'[email protected],[email protected]', '[email protected]',
'[email protected]'])
}}}
--
Ticket URL: <http://invenio-software.org/ticket/820>
Invenio <http://invenio-software.org>