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:
calvin 2004-11-10 13:12:41 +00:00
parent 47c79494d6
commit 34c2168807

View file

@ -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)