~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_urlutils.py

Remove redundant test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        test('file:///foo', 'file:///', 'foo')
215
215
        test('file:///bar/foo', 'file:///bar/', 'foo')
216
216
        test('http://host/foo', 'http://host/', 'foo')
217
 
        test('http://host/foo', 'http://host', 'foo')
218
217
        test('http://host/', 'http://host', '')
219
218
        
220
219
        # Invalid joinings