moved ftests

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2954 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-12-07 22:40:19 +00:00
parent 4cf6f29afe
commit ee2d4e6ead
2 changed files with 3 additions and 3 deletions

View file

@ -35,9 +35,9 @@ include doc/en/*.css doc/en/*.1 doc/en/Makefile
include doc/de/*.1
include doc/fr/*.1
include doc/Makefile doc/rest2htmlnav
recursive-include linkcheck/ftests/data *.txt *.html *.result *.asc *.css *.ico
recursive-include linkcheck/checker/tests/data *.txt *.html *.result *.asc *.css *.ico
include linkcheck/tests/*.py
include linkcheck/ftests/*.py
include linkcheck/checker/tests/*.py
include linkcheck/dns/tests/*.py
include linkcheck/dns/tests/example*
include hase.bmp

View file

@ -40,7 +40,7 @@ class TestUrlBuild (unittest.TestCase):
"""
def test_http_build (self):
parent_url = "http://localhost:8001/linkcheck/ftests/data/http.html"
parent_url = "http://localhost:8001/linkcheck/checker/tests/data/http.html"
base_url = "http://"
recursion_level = 0
consumer = get_test_consumer()