/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 tests/test_repository.py

Provide right infrastructure for foreign repository tests from bzrlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                self.import_rev(revid))
227
227
        self.assertEquals("2caa8094a5b794961cd9bf582e3e2bb090db0b14", 
228
228
                self.import_rev(revid))
 
229
 
 
230
 
 
231
class ForeignTestsRepositoryFactory(object):
 
232
 
 
233
    def make_repository(self, transport):
 
234
        return dir.LocalGitBzrDirFormat().initialize_on_transport(transport).open_repository()