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

Fix access to native git repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        TestCaseWithTransport.setUp(self)
32
32
        self.store = TransportObjectStore.init(self.get_transport())
33
33
 
 
34
    def tearDown(self):
 
35
        PackBasedObjectStoreTests.tearDown(self)
 
36
        TestCaseWithTransport.tearDown(self)
 
37
 
34
38
# FIXME: Unfortunately RefsContainerTests requires on a specific set of refs existing.
35
39
 
36
40
# class TransportRefContainerTests(RefsContainerTests, TestCaseWithTransport):