diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-02-15 17:35:23 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-02-15 17:35:23 +0900 |
commit | 593d91698db3fa9dd99b64f2973ee14947dd4782 (patch) | |
tree | 00fa54270be0043ccb74614df7321816c6facc76 /tests/test_bounces.py | |
parent | ee5b57e4bc8fdca687cbc04a1338941941f29b1d (diff) | |
parent | c78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 (diff) | |
download | mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.gz mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.xz mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.zip |
Merge lp:mailman/2.1 up to 1691
Diffstat (limited to '')
-rwxr-xr-x | tests/test_bounces.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 8c33ccfd..082e9a99 100755 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -80,7 +80,8 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_36.txt', ['garyt@xxx.com']), ('SimpleMatch', 'simple_37.txt', ['user@uci.edu']), ('SimpleMatch', 'simple_38.txt', ['prueba@domain.com']), - ('SimpleMatch', 'simple_39.txt', [b'foo@mail.ru']), + ('SimpleMatch', 'simple_39.txt', ['foo@mail.ru']), + ('SimpleMatch', 'simple_41.txt', ['jeff.chan@intercitytime.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning |