mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 09:33:09 +00:00
use unicode url
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1955 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
47c79494d6
commit
34c2168807
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class TestHttp (linkcheck.ftests.httptest.HttpServerTest):
|
|||
|
||||
def test_html (self):
|
||||
self.start_server()
|
||||
url = "http://localhost:%d/linkcheck/ftests/data/http.html"%self.port
|
||||
url = u"http://localhost:%d/linkcheck/ftests/data/http.html"%self.port
|
||||
resultlines = self.get_resultlines("http.html")
|
||||
try:
|
||||
self.direct(url, resultlines, recursionlevel=1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue