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

  • Committer: John Arbash Meinel
  • Date: 2007-07-11 23:45:20 UTC
  • mfrom: (2601 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2643.
  • Revision ID: john@arbash-meinel.com-20070711234520-do3h7zw8skbathpz
[merge] bzr.dev 2601

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            self.assertEqual(result, 'A bzr repository dir')
70
70
        finally:
71
71
            bzrdir.format_registry.remove('default')
 
72
            bzrdir.format_registry.remove('sample')
72
73
            bzrdir.format_registry.register('default', old_default, '')
73
74
        self.assertIsInstance(repository.RepositoryFormat.get_default_format(),
74
75
                              old_format.__class__)