fix ftp test

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1865 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-10-25 22:17:59 +00:00
parent 18d42179d9
commit ba438508f4

View file

@ -68,7 +68,7 @@ class TestFtp (linkcheck.ftests.StandardTest):
resultlines = [
"url %r" % url,
"cache key %s" % nurl,
"real url %s" % nurl,
"real url %s/" % nurl,
"warning Missing trailing directory slash in ftp url",
"valid",
]