diff --git a/linkcheck/ftests/test_mail.py b/linkcheck/ftests/test_mail.py index db4408d4..ae15b7aa 100644 --- a/linkcheck/ftests/test_mail.py +++ b/linkcheck/ftests/test_mail.py @@ -73,7 +73,7 @@ class TestMail (linkcheck.ftests.StandardTest): u"url %s" % url, u"cache key mailto:o'hara@users.sf.net", u"real url %s" % url, - u"info Verified address: is deliverable.", + u"warning Unverified address: Unrouteable address.", u"valid", ] self.direct(url, resultlines) @@ -85,8 +85,8 @@ class TestMail (linkcheck.ftests.StandardTest): u"calvin_CC@users.sf.net,calvin_cc@users.sf.net", u"real url %s" % url, u"info Verified address: is deliverable.", - u"info Verified address: is deliverable.", - u"info Verified address: is deliverable.", + u"warning Unverified address: Unrouteable address.", + u"warning Unverified address: Unrouteable address.", u"valid", ] self.direct(url, resultlines)