From ee2d4e6eada4f2e8ee2e2532425afd0505a97036 Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 7 Dec 2005 22:40:19 +0000 Subject: [PATCH] moved ftests git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2954 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- MANIFEST.in | 4 ++-- linkcheck/tests/test_urlbuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 91f23889..7b557d96 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/linkcheck/tests/test_urlbuild.py b/linkcheck/tests/test_urlbuild.py index 69397322..442f004f 100644 --- a/linkcheck/tests/test_urlbuild.py +++ b/linkcheck/tests/test_urlbuild.py @@ -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()