/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

Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
        # then this file read will fail.
315
315
        self.assertFileEqual(reference_url, 'checkout/.bzr/branch/location')
316
316
        self.assertEqual(reference_url,
317
 
            bzrlib.branch.BranchReferenceFormat().get_reference(checkout.bzrdir))
 
317
            _mod_branch.BranchReferenceFormat().get_reference(checkout.bzrdir))
318
318
 
319
319
 
320
320
class TestHooks(TestCase):