summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:44:10 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:44:10 (GMT)
commit8a984b58b720a84eb743737b4b7bd3ee13e3ceb7 (patch)
tree51a0478de7f598a45a55899fd659eb18a848fdad /Lib/test/test_urlparse.py
parent05cd4c602b4f16606dd046dfad51f1d0465d9d85 (diff)
parent2a157d2a3d76960e696ef8004c237de4b424302e (diff)
downloadcpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.zip
cpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.tar.gz
cpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.tar.bz2
merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Diffstat (limited to 'Lib/test/test_urlparse.py')
-rw-r--r--Lib/test/test_urlparse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py
index 72f3776..af200d5 100644
--- a/Lib/test/test_urlparse.py
+++ b/Lib/test/test_urlparse.py
@@ -371,6 +371,8 @@ class UrlParseTestCase(unittest.TestCase):
self.checkJoin('http:///', '..','http:///')
self.checkJoin('', 'http://a/b/c/g?y/./x','http://a/b/c/g?y/./x')
self.checkJoin('', 'http://a/./g', 'http://a/./g')
+ self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
+ self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
def test_RFC2732(self):
str_cases = [