]> granicus.if.org Git - python/commitdiff
change the redundant svn scheme urljoin test case to svn+ssh scheme.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 14:08:46 +0000 (22:08 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 14:08:46 +0000 (22:08 +0800)
Lib/test/test_urlparse.py

index af200d55e32f1607d0de6382d5d26add581dce3e..4de190b99ac51257aa51d87a05b4c14e234e8a24 100644 (file)
@@ -372,7 +372,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://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
+        self.checkJoin('svn+ssh://pathtorepo/dir1', 'dir2', 'svn+ssh://pathtorepo/dir2')
 
     def test_RFC2732(self):
         str_cases = [