~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-19 16:23:53 UTC
  • mto: (6437.3.15 2.5)
  • mto: This revision was merged to the branch mainline in revision 6444.
  • Revision ID: jelmer@samba.org-20120119162353-c35bpl893up8k434
Fix remaining tests.

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 return the location."""
 
578
        """For a BranchReference, get_reference should reutrn 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('') + '/'