summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-08-03 14:08:46 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-08-03 14:08:46 (GMT)
commit7ce71f64960f47574acad92b8e26788c0c747393 (patch)
tree3a1746e23b15cbba73af8ff7d753ea648e368166
parent56ee6d182028e2e1f458d002af6a09f3b7ab85c7 (diff)
downloadcpython-7ce71f64960f47574acad92b8e26788c0c747393.zip
cpython-7ce71f64960f47574acad92b8e26788c0c747393.tar.gz
cpython-7ce71f64960f47574acad92b8e26788c0c747393.tar.bz2
change the redundant svn scheme urljoin test case to svn+ssh scheme.
-rw-r--r--Lib/test/test_urlparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py
index af200d5..4de190b 100644
--- a/Lib/test/test_urlparse.py
+++ b/Lib/test/test_urlparse.py
@@ -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 = [