summaryrefslogtreecommitdiff
path: root/test/test_util.py
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2015-05-03 10:13:08 -0400
committerAndrey Petrov <andrey.petrov@shazow.net>2015-05-03 10:13:08 -0400
commit8434c77d845255c4002b505c6c2d79c3b35def0d (patch)
tree0fb3e25171b4426447e0b86a2ab39c84dd786e7f /test/test_util.py
parent0b744993bbe30fe6e3e4e0c93416412d8e598301 (diff)
parenta91975b77a2e28394859487fe5ebbf4a3a74e634 (diff)
downloadurllib3-8434c77d845255c4002b505c6c2d79c3b35def0d.tar.gz
Merging new release version: 1.10.41.10.4
Diffstat (limited to 'test/test_util.py')
-rw-r--r--test/test_util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_util.py b/test/test_util.py
index ba26af5a..19ba57e3 100644
--- a/test/test_util.py
+++ b/test/test_util.py
@@ -97,6 +97,7 @@ class TestUtil(unittest.TestCase):
parse_url_host_map = {
'http://google.com/mail': Url('http', host='google.com', path='/mail'),
'http://google.com/mail/': Url('http', host='google.com', path='/mail/'),
+ 'http://google.com/mail': Url('http', host='google.com', path='mail'),
'google.com/mail': Url(host='google.com', path='/mail'),
'http://google.com/': Url('http', host='google.com', path='/'),
'http://google.com': Url('http', host='google.com'),