change the redundant svn scheme urljoin test case to svn+ssh scheme.

This commit is contained in:
Senthil Kumaran 2011-08-03 22:08:46 +08:00
parent 56ee6d1820
commit 7ce71f6496
1 changed files with 1 additions and 1 deletions

View 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 = [