/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

  • Committer: Max Bowsher
  • Date: 2011-01-25 23:37:28 UTC
  • mto: (0.200.1074 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: maxb@f2s.com-20110125233728-ge68iskw0z7vh7v0
Make tests tolerant to bzr <= 2.2.

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