summaryrefslogtreecommitdiff
path: root/setuptools/tests/indexes/test_links_priority/simple
diff options
context:
space:
mode:
authorChristophe Combelles <ccomb@free.fr>2010-05-19 21:54:20 +0200
committerChristophe Combelles <ccomb@free.fr>2010-05-19 21:54:20 +0200
commit29ffeae7d36c6e6c2a10dd230f8472226f51d955 (patch)
tree9e0497969d1184297fb6c5b6f2bdaa9396b8a98d /setuptools/tests/indexes/test_links_priority/simple
parent17502a06524accaf75c09baa817592bd0d38e75b (diff)
downloadpython-setuptools-git-29ffeae7d36c6e6c2a10dd230f8472226f51d955.tar.gz
set-up infrastructure to write tests with a real http server, and reproduced issue 163.
--HG-- branch : distribute extra : rebase_source : dc3a9fb1663500c66febacbc2ede43eaa96c190e
Diffstat (limited to 'setuptools/tests/indexes/test_links_priority/simple')
-rw-r--r--setuptools/tests/indexes/test_links_priority/simple/foobar/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html b/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html
new file mode 100644
index 00000000..dc6273d1
--- /dev/null
+++ b/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html
@@ -0,0 +1,4 @@
+<html><body>
+<a href="foobar-0.1.tar.gz#md5=correct_md5">foobar-0.1.tar.gz</a><br/>
+<a href="../../external.html" rel="homepage">external homepage</a><br/>
+</body></html>