/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_branch.py

  • Committer: Patch Queue Manager
  • Date: 2012-01-23 15:31:35 UTC
  • mfrom: (6443.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20120123153135-8v3r3z1lx055vmpl
(jelmer) Merge the 2.5 series branch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
        self.assertEqual(opened_branch.base, target_branch.base)
576
576
 
577
577
    def test_get_reference(self):
578
 
        """For a BranchReference, get_reference should reutrn the location."""
 
578
        """For a BranchReference, get_reference should return the location."""
579
579
        branch = self.make_branch('target')
580
580
        checkout = branch.create_checkout('checkout', lightweight=True)
581
581
        reference_url = branch.bzrdir.root_transport.abspath('') + '/'