/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

  • Committer: Robert Collins
  • Date: 2008-07-28 06:08:42 UTC
  • mfrom: (3581 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3584.
  • Revision ID: robertc@robertcollins.net-20080728060842-uayjy217i066dvct
MergeĀ .dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
                         'http://baz/qux', 'http://baz/'))
656
656
        self.assertEqual('.', urlutils.rebase_url('foo',
657
657
                         'http://bar/', 'http://bar/foo/'))
 
658
        self.assertEqual('qux/bar', urlutils.rebase_url('../bar',
 
659
                         'http://baz/qux/foo', 'http://baz/'))
658
660
 
659
661
    def test_determine_relative_path(self):
660
662
        self.assertEqual('../../baz/bar',