On Wed, 03 Aug 2011 12:47:23 +0200 senthil.kumaran <python-checkins at python.org> wrote: > > 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 > @@ -371,6 +371,8 @@ > self.checkJoin('http:///', '..','http:///') > 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') This is the same test repeated. Perhaps you meant svn+ssh? Regards Antoine.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4