~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

Merge bzr.dev and tree-file-ids-as-tuples.

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('') + '/'