mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 18:10:58 +00:00
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:
parent
be4fb033b8
commit
acbad02e8d
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue