From: Senthil Kumaran Date: Wed, 3 Aug 2011 14:06:05 +0000 (+0800) Subject: add svn+ssh testcase for urljoin. X-Git-Tag: v2.7.3rc1~539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28696fe491196f42258846b360b837f3776e66d6;p=python add svn+ssh testcase for urljoin. --- diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py index e9763492c0..c690a67e98 100644 --- a/Lib/test/test_urlparse.py +++ b/Lib/test/test_urlparse.py @@ -340,6 +340,7 @@ class UrlParseTestCase(unittest.TestCase): 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+ssh://pathtorepo/dir1','dir2','svn+ssh://pathtorepo/dir2') def test_RFC2732(self): for url, hostname, port in [