summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-urljr/files/python-urljr-1.0.1-gentoo-test_fetchers.patch')
-rw-r--r--dev-python/python-urljr/files/python-urljr-1.0.1-gentoo-test_fetchers.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/python-urljr/files/python-urljr-1.0.1-gentoo-test_fetchers.patch b/dev-python/python-urljr/files/python-urljr-1.0.1-gentoo-test_fetchers.patch
deleted file mode 100644
index 5a451e4a5600..000000000000
--- a/dev-python/python-urljr/files/python-urljr-1.0.1-gentoo-test_fetchers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- urljr/test/test_fetchers.py.orig 2007-05-31 09:16:31.000000000 -0700
-+++ urljr/test/test_fetchers.py 2007-05-31 09:17:47.000000000 -0700
-@@ -8,6 +8,8 @@
- # XXX: make these separate test cases
-
- def failUnlessResponseExpected(expected, actual):
-+ expected.final_url = expected.final_url.replace("localhost", "127.0.0.1")
-+ actual.final_url = actual.final_url.replace("localhost", "127.0.0.1")
- assert expected.final_url == actual.final_url
- assert expected.status == actual.status
- assert expected.body == actual.body