~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

Add a test environment for InterRepository objects, and remove the fetch corner case tests from test_repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
            repository.InterRepository.unregister_optimiser(InterString)
273
273
        # now we should get the default InterRepository object again.
274
274
        self.assertGetsDefaultInterRepository(dummy_a, dummy_b)
275