mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-27 11:10:28 +00:00
fixed test output
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2679 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
49aa4ec208
commit
555e2dc2a4
1 changed files with 3 additions and 3 deletions
|
|
@ -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: <o'hara@users.sf.net> is deliverable.",
|
||||
u"warning Unverified address: <o'hara@users.sf.net> 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: <calvin@users.sf.net> is deliverable.",
|
||||
u"info Verified address: <calvin_cc@users.sf.net> is deliverable.",
|
||||
u"info Verified address: <calvin_CC@users.sf.net> is deliverable.",
|
||||
u"warning Unverified address: <calvin_cc@users.sf.net> Unrouteable address.",
|
||||
u"warning Unverified address: <calvin_CC@users.sf.net> Unrouteable address.",
|
||||
u"valid",
|
||||
]
|
||||
self.direct(url, resultlines)
|
||||
|
|
|
|||
Loading…
Reference in a new issue