[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - change the extra svn to svn+ssh

senthil.kumaran python-checkins at python.org
Wed Aug 3 16:10:45 CEST 2011


http://hg.python.org/cpython/rev/65c412586901
changeset:   71739:65c412586901
parent:      71736:e8a53f4643ce
parent:      71738:4957131ad9dd
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Aug 03 22:09:51 2011 +0800
summary:
  merge from 3.2 - change the extra svn to svn+ssh

files:
  Lib/test/test_urlparse.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py
--- a/Lib/test/test_urlparse.py
+++ b/Lib/test/test_urlparse.py
@@ -372,7 +372,7 @@
         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 = [

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list