summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_bounces.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py
index 6d5eed740..685422905 100644
--- a/tests/test_bounces.py
+++ b/tests/test_bounces.py
@@ -44,6 +44,10 @@ class BounceTest(unittest.TestCase):
('SimpleWarning', 'simple_03.txt', ['jacobus@geo.co.za']),
# GroupWise
('GroupWise', 'groupwise_01.txt', ['thoff@MAINEX1.ASU.EDU']),
+ # This one really sucks 'cause it's text/html. Just make sure it
+ # doesn't throw an exception, but we won't get any meaningful
+ # addresses back from it.
+ ('GroupWise', 'groupwise_02.txt', []),
# Yale's own
('Yale', 'yale_01.txt', ['thomas.dtankengine@cs.yale.edu',
'thomas.dtankengine@yale.edu']),