Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12fe953

Browse files
committed
merge from 3.2 - change the extra svn to svn+ssh
2 parents 5d4390e + 7ce71f6 commit 12fe953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_urlparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def test_urljoins(self):
372372
self.checkJoin('', 'http://a/b/c/g?y/./x','http://a/b/c/g?y/./x')
373373
self.checkJoin('', 'http://a/./g', 'http://a/./g')
374374
self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
375-
self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
375+
self.checkJoin('svn+ssh://pathtorepo/dir1', 'dir2', 'svn+ssh://pathtorepo/dir2')
376376

377377
def test_RFC2732(self):
378378
str_cases = [

0 commit comments

Comments
 (0)