On Wed, 03 Aug 2011 12:47:23 +0200
senthil.kumaran <python-check...@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.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to