mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 11:34:41 +00:00
Fix test for new www.example.org URL
Fix test data using www.example.org instead of imadoofus.org URLs. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3688 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
88242b4612
commit
9b7cf763ff
1 changed files with 2 additions and 1 deletions
|
|
@ -157,7 +157,8 @@ class TestHttp (httptest.HttpServerTest):
|
|||
u"url http://www.example.org/",
|
||||
u"cache key http://www.example.org/",
|
||||
u"real url http://www.example.org/",
|
||||
u"error",
|
||||
u"warning Access denied by robots.txt, checked only syntax.",
|
||||
u"valid",
|
||||
]
|
||||
self.direct(url, resultlines, recursionlevel=1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue