From acbad02e8d3532e7967014d0b53d24d5ba06eb85 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 11 Jan 2005 14:34:23 +0000 Subject: [PATCH] updated mailto tests git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2137 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/ftests/test_mail.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linkcheck/ftests/test_mail.py b/linkcheck/ftests/test_mail.py index 84368e9d..3bf92965 100644 --- a/linkcheck/ftests/test_mail.py +++ b/linkcheck/ftests/test_mail.py @@ -84,6 +84,7 @@ class TestMail (linkcheck.ftests.StandardTest): u"url %s" % url, u"cache key mailto:news-admins@freshmeat.net", u"real url %s" % url, + u"warning Unverified address: VRFY command is disabled.", u"valid", ] self.direct(url, resultlines) @@ -92,6 +93,7 @@ class TestMail (linkcheck.ftests.StandardTest): u"url %s" % url, u"cache key mailto:foo@foo-bar.de", u"real url %s" % url, + u"info Unverified address: Cannot VRFY user; try RCPT to attempt delivery. But mail will be sent anyway.", u"valid", ] self.direct(url, resultlines)