From 555e2dc2a4a47699446eebd6281c8eda38f01ee4 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 28 Jun 2005 09:57:31 +0000 Subject: [PATCH] fixed test output git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2679 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/ftests/test_mail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)