/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

More work on roundtrip push support.

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
 
 
38
34
# FIXME: Unfortunately RefsContainerTests requires on a specific set of refs existing.
39
35
 
40
36
# class TransportRefContainerTests(RefsContainerTests, TestCaseWithTransport):