~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

  • Committer: Martin Pool
  • Date: 2007-06-15 07:01:24 UTC
  • mfrom: (2528 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2530.
  • Revision ID: mbp@sourcefrog.net-20070615070124-clpwqh5gxc4wbf9l
Merge trunk

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__)