Fix for bugs: Issue4675 and Issue4962.

This commit is contained in:
Senthil Kumaran 2009-03-30 21:51:50 +00:00
parent e7c9e092b3
commit 5e95e763e1
4 changed files with 22 additions and 2 deletions

View file

@ -96,6 +96,9 @@ class UrlParseTestCase(unittest.TestCase):
'', '', ''),
('mms', 'wms.sys.hinet.net', '/cts/Drama/09006251100.asf',
'', '')),
('nfs://server/path/to/file.txt',
('nfs', 'server', '/path/to/file.txt', '', '', ''),
('nfs', 'server', '/path/to/file.txt', '', '')),
('svn+ssh://svn.zope.org/repos/main/ZConfig/trunk/',
('svn+ssh', 'svn.zope.org', '/repos/main/ZConfig/trunk/',
'', '', ''),