~bzr/ubuntu/karmic/bzr-git/bzr-ppa

« back to all changes in this revision

Viewing changes to tests/test_transportgit.py

  • Committer: Jelmer Vernooij
  • Date: 2011-01-06 11:57:37 UTC
  • mfrom: (17.25.371 upstream)
  • Revision ID: jelmer@samba.org-20110106115737-9hifxlcm5doxy38o
New upstream snapshot.

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