updated mailto tests

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2137 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-11 14:34:23 +00:00
parent be4fb033b8
commit acbad02e8d

View file

@ -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)