/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_urlutils.py

Fix another bug in urlutils.join.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        test('http://foo/baz', 'http://foo', 'bar', '../baz')
208
208
        test('http://foo/bar/baz', 'http://foo', 'bar/baz')
209
209
        test('http://foo/baz', 'http://foo', 'bar/../baz')
 
210
        test('http://foo/baz', 'http://foo/bar/', '../baz')
210
211
 
211
212
        # Absolute paths
212
213
        test('http://bar', 'http://foo', 'http://bar')