#242: errorlib: make SMS sending facility more generic
--------------------------+-------------------------------------------------
Reporter: simko | Owner: jluker
Type: enhancement | Status: assigned
Priority: critical | Milestone: v1.0
Component: MiscUtil | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Changes (by simko):
* status: in_merge => assigned
Comment:
Thanks, but the test is failing for me now, probably due to those list-to-
string changes. Can you please have a look?
{{{
======================================================================
FAIL: errorlib - test return of proper set of recipients
----------------------------------------------------------------------
Traceback (most recent call last):
File "./errorlib_tests.py", line 219, in test_get_emergency_recipients
self.assertEqual(set(result), set(expected))
AssertionError: set(['a', '@', 'c', 'b', 'e', 'd', 'f', 'i', 'k', 'm',
',', 'o', 'n', 'p', 'r', 't', 'w', 'y', 'x', '.', 'l']) !=
set(['[email protected]', '[email protected],[email protected]',
'[email protected]', '[email protected]'])
----------------------------------------------------------------------
}}}
--
Ticket URL: <http://invenio-software.org/ticket/242#comment:5>
Invenio <http://invenio-software.org>